|
How would i map this image without distroying the layout of the code. The background has an image that I have in it and trying to use the map way to link it. I dont want the whole image linked. Without the spacer the layout becomes destroyed... <use map="#2"> with correct wont work for the background image only a true image like img="yadayada" seesm to work for me. But when i change things around it throws it off again i feel like im missing something.. I have cut out the code of what the spacer is holding up maybe someone will see my mistake or what im missing .... thanks everyone.. Timmay
Code is below...
<td>
<table width="589" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="572" valign="top"> <iframe iframe id="datamain" src="../photos_1.html" width=572 height=427 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto name="photos_main"></iframe>
</td>
<td width="17"><img src="../photos/photo_graphic_4.jpg" width="17" height="427"></td>
</tr>
</table>
</td>
</tr>
<tr style="visibility: visible">
<td>
(!!IMAGE IM TRYING TO MAP!!)<table width="589" height="44" border="0" cellpadding="0" cellspacing="0" background="../photos/photo_graphic_3.jpg">
<tr>
<td>
<table width="100%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td><img src="images/spacer.gif" width="21" height="21"></td>
</tr>
|