How to put text float around image like some newspapers' format using CSS ?
- by pfau
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 !!!