Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Padding between Flash and Image

0 views
Skip to first unread message

Paul McKenna

unread,
Jun 7, 2004, 3:14:08 PM6/7/04
to
Hello

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


s_m_b

unread,
Jun 8, 2004, 10:55:22 AM6/8/04
to
"Paul McKenna" <pmcken...@nospam.yahoo.com> wrote in
news:uvVVdOMT...@TK2MSFTNGP10.phx.gbl:

you shouldn't need the span for the flash object.
a table generally renders with a little space around it. try a div
instead

Little Dave

unread,
Jun 10, 2004, 4:25:23 PM6/10/04
to
Paul McKenna wrote:

> 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

0 new messages