How can I make sure text is above image?
-
I have two images in a post (see http://agent503.com). I would like to add a title or some text above the second image (see “SAMPLE TEXT”). How do I get that text to appear above the second image as opposed to next to the first one?
-
That’s not easy. Normally I recommend that you center images for just this reason. You might try either writing more into the first paragraph or breaking it up with line breaks so that it covers the same height as the image.
-
If you’re good with HTML you can also put things into a table, so there will be a row above the second image and put the line in there.
-
If you know enough CSS to play with style attributes, you can also float the image to the left and then, on the paragraph you want to be under it, include
style="clear: both"
- The topic ‘How can I make sure text is above image?’ is closed to new replies.