Question about table border

windows

Guest
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? <br />
<br />
This is the HTML:<html> <br />
<head> <br />
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <br />
<meta name="generator" content="Adobe GoLive 4"> <br />
<title>Welcome to Adobe GoLive 4</title> <br />
</head> <br />
<body> <br />
<table border="1" cellpadding="0" cellspacing="0" bordercolor="#f74949"> <br />
<tr> <br />
<td>a</td> <br />
<td>b</td> <br />
</tr> <br />
<tr> <br />
<td>c</td> <br />
<td>d</td> <br />
</tr> <br />
</table> <br />
<br />
</body> <br />
</html><!--content--><table cellpadding="0" cellspacing="0" style="border: solid #f74949; border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 0px"><!--content-->Thanks!<!--content-->
 
Back
Top