bane_vagabond
10-11-2003, 03:36 PM
Where's the borders around my tables? Here is my CSS Code:
<STYLE type="text/css">
<!--
body {
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #f5f5f5;
scrollbar-3dlight-color: #dcdcdc;
scrollbar-darkshadow-color: #696969;
scrollbar-shadow-color: #808080;
scrollbar-arrow-color: #696969;
scrollbar-track-color: #c0c0c0;
margin: 0px;
font-family: tahoma;
font-size: x-small;
}
-->
<!--
table {
margin: 0px;
font-family: tahoma;
font-size: 12px;
-->
<!--
a:link {
text-decoration:none;
}
a:visited {
text-decoration:none; color:#0000CD;
}
-->
<!--
td {
border:1px solid #000000;
}
td.noborder {
border:0px;
}
-->
</style>
Here is what it looks like:
http://kelp.togetherhost.com/ (colors might be hard on eyes a little, going to change bg is darker color, soon.)
<STYLE type="text/css">
<!--
body {
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #f5f5f5;
scrollbar-3dlight-color: #dcdcdc;
scrollbar-darkshadow-color: #696969;
scrollbar-shadow-color: #808080;
scrollbar-arrow-color: #696969;
scrollbar-track-color: #c0c0c0;
margin: 0px;
font-family: tahoma;
font-size: x-small;
}
-->
<!--
table {
margin: 0px;
font-family: tahoma;
font-size: 12px;
-->
<!--
a:link {
text-decoration:none;
}
a:visited {
text-decoration:none; color:#0000CD;
}
-->
<!--
td {
border:1px solid #000000;
}
td.noborder {
border:0px;
}
-->
</style>
Here is what it looks like:
http://kelp.togetherhost.com/ (colors might be hard on eyes a little, going to change bg is darker color, soon.)