View Full Version : Table layouts w/ CSS


~*Lisa*~
07-15-2005, 01:41 AM
I was wondering. How do I make a CSS table layout? I'm currently working on a website with a table layout right now and I don't have any idea on how to apply CSS to it. Can anyone show me?

kittycat
07-15-2005, 03:49 AM
table, tr, td { attributes }
Using one or all of those three you can apply different bits of CSS like colours, positioning etc. Just add it to your existing stylesheet