View Full Version : space between colour and texture


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.

MaGiCSuN
12-06-2004, 06:59 PM
delete the </table> tag after your closing </body> tag.
also if you mean the space between the two pictures then put them right after each other so that the >< touch each other like this:

<img src=""><img src="">

Love,
Mirna