Tagged Questions
270
votes
9answers
175k 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?
26
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 ...
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 ...
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
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 ...