Hi,
I just started using CKEditor and am very impressed how easy I can add articles into my website. I don't have much experience with HTML, so please bear with me.
I have added a flat image on the left side of the article. The text is nicely wrapped around the image. Now I want a region <div> on top of the image. How should I do that?
Here's a screenshot.
Thanks you very much in advance, but please keep in mind that I don't have much experience with HTML/CSS.
Thu, 01/26/2012 - 11:08
#1
Re: Text above an image
Take a look at that page which explains how to position objects in a web page:
http://www.html.net/tutorials/css/lesson13.php.
I think using the float option could help you
Re: Text above an image