Forum Moderators: open
I have been beaten by this. Just cant seem to get rid of the problem and would love to know what it is.
Please see code below. php file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<table cellpadding="0" cellspacing="0" border="0" width="473">
<tr>
<td bgcolor="feeb58" height="30" class="search1" colspan="3">Search Results:</td>
</tr>
<tr>
<td background="images/underline.gif" width="473" height="5" colspan="3"> </td>
</tr>
<tr><Td colspan="3"><img src="imagehere" width="1" height="10" border="0" alt=""></TD></tr>
<tr><td colspan="3"><div class="search3">Search Results for:</div></td></tr>
<tr><td colspan="3"><div class="search4">"searchtexthere"</div></td></tr>
<tr><Td colspan="3" class="search5">Items matching your query are shown below. Please contact us on FREE PHONE 000 000 000 if you have any questions.</TD></tr>
<tr><Td class="search2" colspan="3" bgcolor="999999">database search_title here</TD></tr>
<tr><td background="images/underline.gif" width="473" height="5" colspan="3"> </td></tr>
<tr><Td colspan="3"><img src="imagehere" width="1" height="15" border="0" alt=""></TD></tr>
<tr>
<td width="100" bgcolor="feeb58" rowspan="3"><img src="imagehere" alt="" width="100" height="80" border="0"></td>
<td width="10" bgcolor="ffffff" rowspan="3"><img src="imagehere" width="10" height="1" border="0" alt=""></td>
<Td width="362" bgcolor="ffffff" class="search6">database search_title2 here</td>
</tr>
<tr>
<td class="search3">From £8.99</td>
</tr>
<tr>
<td><img src="imagehere" alt="" border="0"></td>
</tr>
<tr><Td colspan="3"><img src="imagehere" width="1" height="30" border="0" alt=""></TD></tr>
</table>
you will see the left image width="100" is pushing out to the right.
Any ideas?