Forum Moderators: open
thanks
dan.
[edited by: BlobFisk at 10:00 am (utc) on April 26, 2005]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]
and a warm welcome to these forums. ;)
for cross browser compatiblity use CSS, like this...
<style type="text/css">
<!--
#tableOne {
width:300px;
height:200px;
border-style:ridge;
border-width:8px;
border-top-color:#f99;
border-left-color:#f99;
border-right-color:#f00;
border-bottom-color:#f00;
}
#tableOne td {
border:1px solid #999;
}
//-->
</style><table id="tableOne"><tr>
<td> </td>
</tr></table>
If you are unfamiliar with CSS check out...
w3schools [w3schools.com]
...and in particular...
borders [w3schools.com]
birdbrain