Images and text wrap

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
7/24/2008 9:10:51 AM
Gravatar
Total Posts 180
Thomas F. Heringer

Images and text wrap

I am not sure I can explain this so that it is understood. I am designing another template and keep coming accross with the same problem and unable to solve the problem. In a content pane I have an image aligned to the left with text to the right. The problem is that no mater what I do I keep having a single line running across the top of the image. I have added both margin and padding, but the problem is still there. I have used a soft return and the problem disappears, but then I loose my indent and I really do not think it looks good that way. Also when I view it in the browser all of the content is shoved down about 25px. This last thing I can live with and can probably do a minus px and get away with it. Do you have any idea what I might try to solve the problem?

7/25/2008 4:38:20 AM
Gravatar
Total Posts 18439

Re: Images and text wrap

I'm not sure I get what you are asking, but if you're trying to make the text flow around the image, putting a float on the image will help you get that effect. style="float:right;" or style="float:left;" depending on where you want the image. Put the text below the image, with the image floated the text will move up and absorb the free space.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.