Hi!
I have to join three images to form one combined image but my problem is that space is coming between all the 3 images and is appearing quite bad.
the code is in the folowing form.
<div id="tabl"> <!--Outer Div for the table-->
<span id="img1"> <!--first Image-->
<img src="{$img_path}jump_top.gif" width="305" height="5"/>
</span>
<span class="jumpIcons"> <!--2nd Image-->
<a href="javascript:fnNPGQuickOrderEntry()">
<img src="{$img_path}icon_quickorder.gif" alt="Quick Order" width="65" height="65" border="0"/>
</a>
</span>
<span id="img2"> <!--Last Image-->
<img src="{$img_path}jump_bot.gif" width="305" height="5"/>
</span>
How should i write these ids in spans so that no space comes in b/w n a single image? I need the answer v badly becoz I hv been trying since a long time and no time is left....
I will be grateful 4 any answer..


Reply With Quote
therwise>
Bookmarks