View Full Version : CSS and tables


i_love_sailors
06-11-2003, 11:01 PM
Well, thanks to some good help from alkaline39, I got the table(s) how I want them (yay!).

Now I'm thinking about using CSS for the table padding but I'm not quite sure about it since the explanation on Lissy's site was sort of vague. Would someone mind explaining it to me a bit more? I'm just trying to figure out where to put the text in the cells, so i'm goign to be doing a lot of experiementing.

* kristin *

zangerbanger
06-11-2003, 11:13 PM
On Lissa's big stylesheet on her page she used the table attribute which allows you to change the padding on each side of your table cells :) .

In order to put text in your table, it looks like this:


<table>
<tr>
<td>
TEXT GOES HERE
</td>
</tr>
</table>