Posted by Harlan Messinger on 08/30/06 12:27
John wrote:
> Hello all,
>
> Was wondering how to best tweak something on my webpage.
>
> If you look at the source code for
> http://www.lakecountycfc.org/news/index.htm, since the left column is so
> long, I had to put the dreaded <p> </p> tags in there on the right hand
> column to fill up the space.
>
> Is it better to do a bunch of <p> </p> tags, or one <p></p> with a bunch
> of lorem ipsum text in it equal to the background color?
Neither. What you're missing is the CSS "clear" property, which causes
an element to which it applies to drop below any currently outstanding
floated elements.
<p clear="both"><b>Need Help Viewing ...
[Back to original message]
|