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
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...
Thanx a lot!!
/Starrider, Denmark
NS4 doesn't like to play ball with CSS unfortunatly...