Forum Moderators: not2easy
------------------------------------------------
¦ --------- ¦ --------- ¦ -------- ¦ --------- ¦
¦ ¦..pic..¦ ¦ ¦.pic...¦ ¦ ¦.pic..¦ ¦ ¦.pic...¦ ¦
¦ --------- ¦ --------- ¦ -------- ¦ --------- ¦
¦ aadsdasds ¦ aadsdasds ¦ aadsasds ¦ aadsdsds .¦
------------------------------------------------
¦ --------- ¦ --------- ¦ -------- ¦ --------- ¦
¦ ¦.pic...¦ ¦ ¦pic....¦ ¦ ¦.pic..¦ ¦ ¦.pic...¦ ¦
¦ --------- ¦ --------- ¦ -------- ¦ --------- ¦
¦ aadsdasds ¦ aadsdasds ¦ aadsasds ¦ aadsdsds .¦
------------------------------------------------
Each container of text and picture should be a div or a span and should be a fixed width. When a container can not fit on that line it should be pixed to the next, and it should add rows as needed.
Hope that makes sense.. heh
edit: that drawing is kind of screwed.. look at it in a monospace font for clarification :O
TIA
-Garfie
[edited by: SuzyUK at 7:25 pm (utc) on Oct. 17, 2004]
[edit reason] tried to fix ASCII [/edit]
<div><!-- content --></div>
<div><!-- content --></div>
<div><!-- content --></div>
<div><!-- content --></div>
<div><!-- content --></div>
<div><!-- content --></div>
<div><!-- content --></div>
<div><!-- content --></div> and the style:
div{
float: left;
} I hope I'm intepreting what you want correctly.