Re: Vertical line? -
11-28-2004
, 11:35 PM
Or, just one side of a certain cell.
<style type="text/css">
<!--
.content {
border-right: 2px solid #0066CC;
}
-->
</style>
</head>
<body>
<table width="200" bgcolor="#FFFFCC">
<tr>
<td> </td>
</tr>
<tr>
<td class="content"> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html> |