In the HTML below I made thick lines as the border of the table. But I would like to have no borderlines between the table cells while in the page below there are thin lines between cell 1 and 2 and between cell 2 and 3. How can I get rid of these lines?
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 bordercolor="#880000" border="10" cellspacing="0">
<tr>
<td width="60%">cell1</td>
<td width="102">cell2</td>
<td width="126" valign="top" align="right">cell3</td>
</tr>
</table>
</body>
</html>
Kippie
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 bordercolor="#880000" border="10" cellspacing="0">
<tr>
<td width="60%">cell1</td>
<td width="102">cell2</td>
<td width="126" valign="top" align="right">cell3</td>
</tr>
</table>
</body>
</html>
Kippie
Comment