Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I want to create an About page that has text which wraps around a photo which is positioned against the left or right margin. What is the best way to achieve this in Backlight 2 and maintain the responsive qualities of the interface? What if I wanted 2 photos, one against the left margin and the other lower against the right margin?
Thanks and sorry if this question has been asked before.
Offline
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
As always much thanks Rod. I will give it a go shortly.
Offline
Rod,
Works like a charm. Is there a way to have one portion of text wrap around the photo but a second section of text appear below the photo regardless of the width of the browser?
Thanks.
Offline
Use the “clear” property on the text that you want to always fall below the picture:
<p style="clear:left;">Your text......</p>
If you’ve floated the image to the left use clear:left;
Floated right, use clear: right;
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod,
Thanks but the "clear" property does not seem to be doing it's magic. Here is a link to the site if you have enough patience and would like to take a look. My goal is to have the contact form on the "about" page fall underneath the picture regardless of the browser width.
Offline
The problem looks to be in the quote marks in the inline styling. They're slanted, they should be straight. Did you happen to write the code in a word processor and then copy/paste into the copy area in Backlight?
Write your text either in a plain text editor or in the Backlight copy box.
I've edited my example above and put it in a code box.
I've also updated the post linked to above to include clearing.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
BTW, I really like your site design
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod,
Thanks but the "clear" property does not seem to be doing it's magic. Here is a link to the site if you have enough patience and would like to take a look. My goal is to have the contact form on the "about" page fall underneath the picture regardless of the browser width.
It looks like your texteditor did beautify your double quotes... You need to use regular double quotes.
“clear:left;”
vs
"clear:left;" /* correct version*/
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Thank you so much for the help and great eyes. I had to get out the reading spectacles just to see where I goofed.
Offline
It's a really easy one to miss.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1