Possible float text float around various width stacked images?
Blutarsky
6:14 pm on Jul 20, 2010 (gmt 0)
I would like to have on a web page some images (each one has it's own size) stacked vertically on the left side of the page, in such a way text will flow on the right side of the stacked images accordingly....
Shado
1:55 pm on Jul 21, 2010 (gmt 0)
?
Is there a question in there?
Firstly - do you want these images to be with in the same div as the text? Then you need to look at floats and text wrapping. Ref to the w3school for a quick how to. Or you could create to containers, 1 for images and another for text.
Secondly from a design point having images run under neither each other at different sizes will make for a very messy page. Why not keep them all to the same size.
Major_Payne
4:49 am on Jul 24, 2010 (gmt 0)
If you want images stacked on the left side and text on the right side, then make two div containers properly sized in width and height. Float the image content div left and the text content div right. I would also recommend putting both those divs within a wrapper div to set the spacing between both floated divs. Be sure to clear floats as needed.