Here is my code:
<div>
<span>
... Flash object...
</span>
<span>
<img src="a.gif">
</span>
<span>
<table>
<tr>
<td>asdasd</td>
</tr>
</table>
</span>
</div>
All the above divs and spans have been assigned the following using a CSS
margin:0px 0px 0px 0px
padding:0px 0px 0px 0px
border-width:0px;
Still there is a padding between the flash and the image and the table. Can
someone point where I am going wrong?
Thank You
you shouldn't need the span for the flash object.
a table generally renders with a little space around it. try a div
instead
> Still there is a padding between the flash and the image and the table. Can
> someone point where I am going wrong?
object,embed {margin:0;padding:0;}
Also..
http://devedge.netscape.com/viewsource/2002/img-table/
..may be of some use.
Regards
Dave
--
Dave,
http://www.daveholloway.co.uk
Everyone feel free to talk to me on ICQ: 283691316 or
http://wwp.icq.com/283691316