image table alignment........

<!-- m --><a class="postlink" href="http://rapbattle.com/testpage.shtml">http://rapbattle.com/testpage.shtml</a><!-- m --><br />
<br />
on the left navagation table see the options image.....<br />
<br />
well how can i align it jus like that on the table where the image and the table are connected without a space but also not those border lines around it the image.....<br />
<br />
<br />
<table width="118" height="500" border="0" cellspacing="1" cellpadding="0" bgcolor="000000" align="left"><br />
<br />
<td><img src=http://www.htmlforums.com/archive/index.php/"pictures/options6.jpg" border="0" width="118"></td></tr><br />
<br />
<td><br />
<u><font color="6699cc" size="1"><b>Board Features</b></font></u></td></tr><br />
<br />
<br />
<br />
<br />
<br />
<br />
theres a lil hunk of the coding.....any problems with that.......<br />
<br />
ok thanks in advance......<!--content-->Change the value of cellspacing from 1 to 0 and give it a try. The border=0 attribute in the image tag is not doing anything, it can be removed. (That is mostly used to remove the border from an image that is being used as a hyper link.) <br />
<br />
<br />
Regards,<br />
Kevin<!--content-->thanks kevin, it worked but do you have any suggestions on the line above it....<br />
<br />
if not at least this is better then before......<br />
<br />
ok thanks.......<!--content-->Looks like the table is stretching out a little, try removing the height attribute from the table tag and see if that works. You could also set the bgcolor of the table to white and set the color of the cell (<TD>) with the links in it to black and that might get the same result.<br />
<br />
Regards,<br />
Kevin<!--content-->once again u have been a great help....<br />
i greatly appreciate it.....<br />
<br />
.....peace & progression.....<!--content-->
 
Back
Top