I'm sorry, I should have mentioned that I'm running Mozilla 1.4 on
Win 98 and my window is about 800 pixels wide. If any of that
matters.
The rest of this is what I posted a few minutes ago.
The first table is floated right (class="fr"). Text does not flow
around the table, as I thought a float should do, but there is white
space below the table to the end of the document.
Then when the second floated table comes along, it too reserves
space under itself to the end of the document. The text is left in a
very narrow column.
I even tried putting in a clear:both (via <div class="clear">) at
the end of the first long list item, but it didn't help.
What am I doing wrong?
--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Win 98 and my window is about 800 pixels wide. If any of that
matters.
The rest of this is what I posted a few minutes ago.
The first table is floated right (class="fr"). Text does not flow
around the table, as I thought a float should do, but there is white
space below the table to the end of the document.
Then when the second floated table comes along, it too reserves
space under itself to the end of the document. The text is left in a
very narrow column.
I even tried putting in a clear:both (via <div class="clear">) at
the end of the first long list item, but it didn't help.
What am I doing wrong?
--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Comment