[thelist] Such a basic problem (p tag not block or new line?! ), but I'm ready to tear out my hair...

Scott Schrantz scotts at rci-nv.com
Fri Jan 3 10:48:01 CST 2003


> -----Original Message-----
> From: Carol Stein [mailto:techwatcher at accesswriters.com]
>
> Okay, we have this Web site (<http://charlottetownmanor.com>)
>
> Can anyone remind me why the p tag no longer puts contents on a new
> line???????!!!    What's happened to block display????

I'm not exactly clear what you're after, but if you want the photo of the
building to be beneath the portrait (instead of beside it) you need a
clearing element to cancel out that floated portrait. Right now you have <br
clear="both" /> *after* the photo. It won't do any good there. Move that so
it's before the photo, (and change it to clear="all") and you should get
what you're after. Or, better yet, make the <p> itself the clearing element.
<p style="clear: both; text-align: center;"><img....

--
Scott Schrantz
work: www.rci-nv.com
play: www.computer-vet.com



More information about the thelist mailing list