Forum Moderators: not2easy

Message Too Old, No Replies

cell border color

cell border color

         

meanweaver

9:06 pm on Dec 7, 2004 (gmt 0)

10+ Year Member



I have a table which is 2 cols and 1 row, I have used some inline style to get the border to turn black in firefox, however the cell border that seperates the 2 cols is still grey, what do i need to add to turn that to black aswell, this is the start of my table right now.

<table style="border: 3px solid #000" width="550" border="4" cellpadding="10" cellspacing="0" bordercolor="#000000">

kk5st

4:52 am on Dec 8, 2004 (gmt 0)

10+ Year Member



<td style="border: 3px solid black;"> 
Some content
</td>

You may also want to add {border-collapse: collapse;}

cheers,

gary

meanweaver

12:51 pm on Dec 8, 2004 (gmt 0)

10+ Year Member



Sorted thanks very much.

Regards
Ian