php - CSS Wrapping text around images -


for website i've been building need display content way, have thumbnail, 2 screenshots , block of text 500 words. need have text wrapping around thumbnail , screenshots. i'm using php substring break content of words , display them need isn't working text displays different on every browser need fluid solution, can see example of page i'm talking here, need images stay text wrap around images instead of having weird spacing there should more word. in advance!

simply floating images trick. here example: http://jsfiddle.net/agrublev/a5rjn/

<img src="xx.jpg" style="float:left;"> 

Comments