How to put text float around image like some newspapers' format using CSS ?
Posted
by pfau
on Stack Overflow
See other posts from Stack Overflow
or by pfau
Published on 2010-04-12T10:58:01Z
Indexed on
2010/04/12
11:03 UTC
Read the original article
Hit count: 259
I want my image wrapping with text align like this
--------------------
--------------------
_________ ----------
image |----------
|----------
|----------
_________|------<end>
I've tried text text text text .... but the result comes like this
_________
image |----------
|----------
|----------
_________|----------
-------------------
--------------------
What should I do without manual putting and without table ? (like align text first , then image and final , text) because all images and texts of my website will be fetched from the database.
Many thanks !!!
© Stack Overflow or respective owner