Tagged Questions
268
votes
9answers
174k views
How to set cellpadding & cellspacing in CSS?
How can I control cellpadding and cellspacing in a CSS stylesheet to obtain the same effect as when putting the attributes on the table tag?
25
votes
5answers
18k views
Why are cellspacing and cellpadding not CSS styles
I don't know why this bothers me so much, but when I create websites, I always try to do all my styling with CSS. However one thing I always have to remember to do when I'm working with tables is add ...
4
votes
4answers
188 views
HTML / CSS formatting: TRUE spacing between cell <-> cell, not between cell <-> any
I'm looking for hints regarding the spacing between table cells. I'm aware of
cellspacing / cellpadding in HTML and their CSS equivalents border-spacing / padding, but they're doing more that what I ...
3
votes
2answers
39 views
Stacking two characters vertically in a table with no space between them
This should be really simple, but I can't figure it out. So: how do I get these two characters to merge up in a table?
〳 1st row, U+3033 VERTICAL KANA REPEAT MARK UPPER HALF
〵 2nd row, U+3035 ...
3
votes
2answers
89 views
Using Classes to Style in CSS
I've got a table, and inside of the table are elements. I would like to give the table one class "chart" and then style all of the elements that are inside of that table by giving them padding.
Is ...
1
vote
2answers
1k views
css table cell padding, spacing
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/strict.dtd">
<html>
<head>
<style type="text/css">
table {
...
0
votes
1answer
202 views
For IE8 - Trying to set cell spacing/padding to 0px in combination with CSS display's table_cell
I tried to vertically align some content into div box. to achieve this I have found some CSS that works perfect. Except for you know who it doen't: IE8. When using the display attribute with the value ...
0
votes
1answer
143 views
How to use border-spacing in fullcalendar
I'm trying to style the fullcalendar jquery plugin, and have it mostly set, with one problem. I want to have spacing between the cells (ie. so can see background behind table), which I can do by ...
0
votes
4answers
1k views
Cannot put margin on <td> tag with neither CSS nor cellspacing attribute
For whatever reason, I have been unable to get any table cells to have margin between them. I want the table cells to have a grey background colour (over a white page background) so it looks like ...