Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to simply position images on the same line. Re: How to simply position images on the same line.

#104055
yourdairyman
Member

Thanks! Here is what I’m working with:

Here is the HTML part:

And here is the CSS part:

#leftplacement{
width:100%;
float:left;

}

#rightplacement{
width:100%;
float:right;
}