Forum Moderators: open

Message Too Old, No Replies

Need help with a table

         

Mister_L

2:44 pm on Mar 5, 2009 (gmt 0)

10+ Year Member



Hi,

I want to create a simple table and I got a little mixed up with the css.I want the table to be with 3 rows and 2 columns with dotted borders between the rows and columns(the color of the borders is #bcbcbb), but I also want the table to be without the outer borders.

How do I do it?

Thanks.

CSS_Kidd

3:17 pm on Mar 5, 2009 (gmt 0)

10+ Year Member



Create the table like you normally would. Then style it with css by either assigning all tds with one rule or give each td a class name and style them differently. This way you can give each cell a different color, padding, boarder and such. But you have to stay within the rules of how a table works: colspan and rowspan height and width and so on.