row background in table

D

dik

Hi

I have a green background in my tablerow but i still can see the borders between the 2 columns (white line). How to get this fixed? (i tried bordercolor = green )

<TABLE>
<TR bgColor=#00e0>
<TD></TD>
<TD></TD>
</TR>
</TABLE>

ch Dik

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
C

Craig Deelsnyder

Hi

I have a green background in my tablerow but i still can see the borders
between the 2 columns (white line). How to get this fixed? (i tried
bordercolor = green )

<TABLE>
<TR bgColor=#00e0>
<TD></TD>
<TD></TD>
</TR>
</TABLE>

ch Dik

cellpadding/cellspacing on table:

<TABLE cellpadding="0" cellspacing="0">
<TR bgColor=#00e0>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
</TR>
</TABLE>
 
J

Jimmy

thanks Craig
Craig Deelsnyder said:
cellpadding/cellspacing on table:

<TABLE cellpadding="0" cellspacing="0">
<TR bgColor=#00e0>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
</TR>
</TABLE>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top