dcolin
12-06-2004, 06:42 PM
Hello everyone!
Hope someone can help me get rid of the space that appears between the color and texture on a project i'm working on. The code is as follows:
<html>
<head>
<title>Header box</title>
</head>
<body>
<table border="1" height="200" width="500" cellpadding="0" cellspacing="0" bordercolor="#006600">
<tr>
<td>
<img src="tn_wood_42.bmp" width="500" height="50" alt="box">
<img src="cloth119.bmp" height="150" width="500"></td></tr></table>
</body></table>
Thanks in advance for any and all help.
Hope someone can help me get rid of the space that appears between the color and texture on a project i'm working on. The code is as follows:
<html>
<head>
<title>Header box</title>
</head>
<body>
<table border="1" height="200" width="500" cellpadding="0" cellspacing="0" bordercolor="#006600">
<tr>
<td>
<img src="tn_wood_42.bmp" width="500" height="50" alt="box">
<img src="cloth119.bmp" height="150" width="500"></td></tr></table>
</body></table>
Thanks in advance for any and all help.