View Single Post
Old 11-04-2023, 08:44 AM   #26
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,370
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
RbnJrg’s post made me question whether I understood your question correctly. I’ve been thinking you want an image to take up half the screen with a caption at the bottom. The following paragraph text flows around the image/caption. If that is true, then what we’ve been talking about works:

Code:
div.image50L {width:50%; float:left}
div.image50L img {width:100%; max-width:1000px}
div.image50L span {display:block; font-size:.6em…. Etc. }

<p>Some paragraph before the image.</p>
<div class="image50L"><img alt="…" src="…"/><span>Some Caption</span></div>
<p>Some paragraph the will flow around and to the right of the image.</p>
If you want your caption to flow around the image then RbnJrg’s example works.

Please clarify your question.
Turtle91 is offline   Reply With Quote