C
cyber0ne
I've been putting together a test page for a re-design of my website,
focusing as much as I can on standards and portability of code, and I'm
running into a problem with some text wrapping.
For reference, the page is at http://www.cyber0ne.com/test/css
Note the whitespace after each small image in each article.
Previously, all of the boxes on the right-hand side of the page were
contained in a single box. Since this box started above the images in
the articles on the page, setting the images to float: left worked like
a charm and text wrapped around them just fine.
However, in the effort to get the right-column objects out of a group
and on their own, I have removed them from that main box. (That way,
should I make other designs, I can more easily freely move them about
the page independantly of one another). But that caused the floated
images in question to be pushed downward to after the last right-hand
box.
Removing the float: left tag put them back where they needed to be, but
now the text starts on the following line, leaving all this whitespace.
Any ideas on how I should fix this, while still keeping the overall
layout? I would really prefer to avoid using tables at all. You can
pretty much see in my HTML code how I want to organize the document
structure. Of course, given that I am by no means a graphic designer,
I'm very much open to suggestion on layout improvements and anything
else that will make the site more visually appealing, while still
keeping it as small and simple as possible.
Any help with the text wrapping around these images would be much
appreciated, thank you.
Regards,
David P. Donahue
(e-mail address removed)
http://www.cyber0ne.com
focusing as much as I can on standards and portability of code, and I'm
running into a problem with some text wrapping.
For reference, the page is at http://www.cyber0ne.com/test/css
Note the whitespace after each small image in each article.
Previously, all of the boxes on the right-hand side of the page were
contained in a single box. Since this box started above the images in
the articles on the page, setting the images to float: left worked like
a charm and text wrapped around them just fine.
However, in the effort to get the right-column objects out of a group
and on their own, I have removed them from that main box. (That way,
should I make other designs, I can more easily freely move them about
the page independantly of one another). But that caused the floated
images in question to be pushed downward to after the last right-hand
box.
Removing the float: left tag put them back where they needed to be, but
now the text starts on the following line, leaving all this whitespace.
Any ideas on how I should fix this, while still keeping the overall
layout? I would really prefer to avoid using tables at all. You can
pretty much see in my HTML code how I want to organize the document
structure. Of course, given that I am by no means a graphic designer,
I'm very much open to suggestion on layout improvements and anything
else that will make the site more visually appealing, while still
keeping it as small and simple as possible.
Any help with the text wrapping around these images would be much
appreciated, thank you.
Regards,
David P. Donahue
(e-mail address removed)
http://www.cyber0ne.com