WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: midiweb on May 31, 2008, 05:33:57 PM

Title: To wrap a text around a picture
Post by: midiweb on May 31, 2008, 05:33:57 PM
hello, it should be easy but I don't find. How to wrap a text around a picture. In images properties menus by right clicking on the inserted image, a pop-up menu is displayed with the choices. Baseline, left, right, ....I tried all the parameters but the text stays under the picture.
What do I wrong? Thanks


Title: Re: To align a text around a picture
Post by: ruebenwurzel on May 31, 2008, 07:25:15 PM
Hello,

wich Editor did you use? If you use FCKEditor, add the image, then after the image the text, and then set in the image properities how the text should flow aroung the image.

If this did not work, check the css of your template. Maybe there is defined somthing special for images (img).

Matthias
Title: Re: To wrap a text around a picture
Post by: midiweb on June 05, 2008, 02:00:14 AM
I use the WYSIWYG Editor HTML AREA. I haven't FCKEditor.
Title: Re: To align a text around a picture
Post by: marathoner on June 05, 2008, 02:41:15 AM
Selecting LEFT or RIGHT should allow text to wrap around the image unless you have something else in place to prevent that such as a CLEAR=ALL or clearing the float. Check the page source...does it actually set the image to ALIGN=RIGHT or ALIGN=LEFT?

Of course, HTML Area isn't supported any longer and FCKEditor is recommended...but HTML Area does have the ability to do what you want.