Image to the right of another image

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
S4NDR0
Jr. Propeller Head
Posts: 2
Joined: Fri Jun 30, 2017 4:51 am

Image to the right of another image

Post by S4NDR0 »

Hi,
i have a problem.

Current situation:
- PDF output
- all images are on the left side

Structure:

<div class="Imagecontainer"> // Fills the entire left side (width: 11cm; height; 14,5cm)

<div class="Imagewith50percentwidth"> // Image with 50% width (width: 6,5cm)
<p> Name of the image </p>
<p><img src="Resources/Images/placeholder.jpg" class="left" /></p>
</div>

<div class="Imagewith50percentwidthright">
<p> Name of the image </p>
<p><img src="Resources/Images/placeholder.jpg" class="left" /></p>
</div>

</div>

CSS:

div.Imagecontainer {
width: 11cm;
height: auto;
left: -112mm;
position: absolute;
}

div.Imagewith50percentwidth {
height: auto;
position: relative;
margin-bottom: 3mm;
width: 50%;
}

div.Imagewith50percentwidthright
{
height: auto;
position: relative;
margin-bottom: 3mm;
width: 50%;
float:right;
}

Image 2 is not next to the other image. Its not even on the same page.

Picture:
vwf2cDZ.png
I hope you can help me. Or do you guys have some tips how to deal with images?

Thanks :)
You do not have the required permissions to view the files attached to this post.
S4NDR0
Jr. Propeller Head
Posts: 2
Joined: Fri Jun 30, 2017 4:51 am

Re: Image to the right of another image

Post by S4NDR0 »

Ok, I solved the problem :D
Nita Beck
Senior Propellus Maximus
Posts: 3669
Joined: Thu Feb 02, 2006 9:57 am
Location: Pittsford, NY

Re: Image to the right of another image

Post by Nita Beck »

S4NDR0 wrote:Ok, I solved the problem :D
For the benefit of the forum community, how did you solve your issue?
Nita
Image
RETIRED, but still fond of all the Flare friends I've made. See you around now and then!
Post Reply