The only way I can think of to achieve what you are after is with two or
three divs, each with a %-based width, with the text broken up into left and
right of the picture.

If you have dynamic content, which I am guessing you do, that may not be
practical.

If you want text to the left of a picture and text to the right of a
picture, do a 3-column layout for that portion of the page. The web is chock
full of various 3-column layout examples.

The fact that there is no such thing as float:center; should tell you that
it isn't something people normally do. It makes for difficult to read
content anyway, particularly if what you are trying to do is have sentences
flow across the picture. The eye is trained (by hundreds of years of design
in print media) to treat that type of layout as two columns with a picture
in between.

Anyway, check this out: http://www.csstextwrap.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to