PDA

View Full Version : Issue with Table borders and Style sheets


viperedge
09-10-2002, 07:01 PM
The below code works in NS4, NS6 and IE 5+ , but once I use style sheets instead of the HTML attributes it all goes down the toilet. The borders have to print, thus the major issue with these so that they look good on a monitor and look good when printing.

Anyone have any ideas?

- Thanks Dave


<table width="211" border="1" cellspacing="0" cellpadding="5" bordercolor="#cccc99">
<tr bordercolor="#cccc99">
<td colspan="2" bgcolor="#cccc99" >
Account Status
</td>

</tr>
<tr bordercolor="#cccc99">
<td >
Text Text Text Text
</td>
<td >
Text Text Text Text
</td>
</tr>
</table>

webmarkart
09-11-2002, 01:11 AM
maybe http://www.wsabstract.com/dhtmltutors/cssreference.shtml has a few css attributes that might help.

Also LunchBox posted his site up here with a bunch of really nice examples of css and tables... check it out and see it it helps.

http://sfsu.edu/~ibueno/vault.html