I have a field with 4 images. i want thumbnails to be displayed inline and i do it through: .article img{ float: left} Now i have also the body's text displayed inline as screenshot what can i do to go through it?
thanks a lot

Comments

enzipher’s picture

Hey,

Try to user clear:both or display:block (or both) on the element that contains the text. You could also set display:inline on the images.

Cheers,

--

hook_world() is broken.