T
tshad
I have a table with a title:
********************************************************
<table border="0" width="700" style="margin-left:5" >
<tr>
<th align="left"><asp:Label id="lblHeaderPositionTitle"
runat="server">Position: </asp:Label></th>
<th><asp:Label id="lblHeaderPosition" runat="server" /></th>
<th><asp:Label id="lblHeaderOpenTitle" runat="server" />Open Since:
</asp:Label></th>
<th><asp:Label id="lblHeaderOpen" runat="server" /></th>
</tr>
</table>
***********************************************************
There is actually more to this table but it is the header I am looking at.
The cells are green, but there is a white line between each cell (and there
is no border). How do I get rid of these lines and have a solid bar?
Thanks,
Tom.
********************************************************
<table border="0" width="700" style="margin-left:5" >
<tr>
<th align="left"><asp:Label id="lblHeaderPositionTitle"
runat="server">Position: </asp:Label></th>
<th><asp:Label id="lblHeaderPosition" runat="server" /></th>
<th><asp:Label id="lblHeaderOpenTitle" runat="server" />Open Since:
</asp:Label></th>
<th><asp:Label id="lblHeaderOpen" runat="server" /></th>
</tr>
</table>
***********************************************************
There is actually more to this table but it is the header I am looking at.
The cells are green, but there is a white line between each cell (and there
is no border). How do I get rid of these lines and have a solid bar?
Thanks,
Tom.