hallo,
I would like div box after (vertically) an image but explorer will always insert a 3px margin between the img and the box. Is it possible to get rid of it, without needing tables layout...?
Here is what I write:
I would like div box after (vertically) an image but explorer will always insert a 3px margin between the img and the box. Is it possible to get rid of it, without needing tables layout...?
Here is what I write:
Code:
<img src="img/box_about.gif" alt="" />
<div class="box">
<p class="title_box">Tharuka</p>
<p class="text_box">Reisefuhrerir</p>
</div>