Nike Air Jordans - Problem Mortgage - Loan - Charity - Credit Cards

PDA

View Full Version : How to make top border dissapear?


vbwiz
Aug 9th 2006, 10:43 am
I use the table comment and I need to make the top border dissapear, please help.

JasonBartholme
Aug 9th 2006, 12:25 pm
Here ya go. This works fine in FireFox

<head>
<style type="text/css">
<!--
.notopborder {
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
color: #000000;
}
-->
</style>
</head>
<body>

<table cellpadding="0" cellspacing="0" width="500" class="notopborder" >
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
</table>