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

padding-left / padding-bottom?????? H E L P!!!!

0 views
Skip to first unread message

Peter Daniel Olsen

unread,
Jul 10, 2001, 8:37:39 AM7/10/01
to
Anyone...

Im trying to control my layout by adding "padding-left: 20px" in my
stylesheet. But i dos'nt seem to work. Ill need it to work both on PC and
Mac platform, and if its possible in Netscape "god i hate that browser".

>from the stylesheet<
.img_in_td
{
padding-left: 20 px
}

>from html<
<tr><td><p><img src="test_image.gif" align="right" class="img_in_td"
width="270" height="270">Lorem ipsum dolor sit amet</td></tr>

Please reply...

/Starrider, Denmark

Rowland Shaw

unread,
Jul 10, 2001, 9:19:27 AM7/10/01
to
surely you want "margin-left: 20px;" instead?

also, you could be more specific with you style, I.e:

<style>
td p img { margin-left: 20px; }
</style>
:
<tr><td><p><img src="test_image.gif" align="right" width="270"


height="270">Lorem ipsum dolor sit amet</td></tr>


"Peter Daniel Olsen" <pe...@reaktor4.dk> wrote...

Peter Daniel Olsen

unread,
Jul 10, 2001, 9:55:06 AM7/10/01
to
Seems liek its working, but do you know how to make it work in Netscape "god
i hate that browser"?

Thanx a lot!!

/Starrider, Denmark

Rowland Shaw

unread,
Jul 10, 2001, 10:19:15 AM7/10/01
to
place "requires Netscape 6" on there :o)

NS4 doesn't like to play ball with CSS unfortunatly...

0 new messages