kippie
Technical User
- Nov 8, 2001
- 158
In the html below there is a table of 2x2 with a border of 1px. Is there a way to have the border on the right hand side 0px and all other border sides 1px?
This is the HTML:<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>Welcome to Adobe GoLive 4</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" bordercolor="#f74949">
<tr>
<td>a</td>
<td>b</td>
</tr>
<tr>
<td>c</td>
<td>d</td>
</tr>
</table>
</body>
</html>
This is the HTML:<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>Welcome to Adobe GoLive 4</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" bordercolor="#f74949">
<tr>
<td>a</td>
<td>b</td>
</tr>
<tr>
<td>c</td>
<td>d</td>
</tr>
</table>
</body>
</html>