Posted by RigasMinho on 10/23/06 16:08
Hello,
I have this issue where somehow i want the first image to be placed all
the way on the left part of the screen.
While the 2nd image has to be placed a little bit to the right side of
the left margin.
I cant seem to get it to work:
<body style="margin-left:50;margin-right=50" >
<img src="test.GIF" />
<img src="test2.jpg" />
If i change teh body style to "margin-left:0;
then it aligns both pictures to the left.
I only want the first picture aligned to the left but cant get the
second picture to align someplace else.
Any ideas?
[Back to original message]
|