Posted by RigasMinho on 10/25/06 12:15
Dorayme - your solution works thanks.
I actually figured it out before your post but i appreciate your help.
dorayme wrote:
> In article
> <1161619710.950289.113430@h48g2000cwc.googlegroups.com>,
> "RigasMinho" <minho.cho@gmail.com> wrote:
>
> > 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?
>
> Is this no good?
>
> <div>
> <img src="unknown.gif" alt="test1">
> Should hug the left side of window
> </div>
> <div style="margin-left:70px;">
> <img src="unknown.gif" alt="test2">
> Should be 70px offset from side of window
> </div>
>
> --
> dorayme
[Back to original message]
|