PDA

View Full Version : Simple HTML Question: The <p> Tag


nogerorob
08-18-2004, 06:58 PM
Hey y'all.

How can I reduce the amount of space between two paragraphs? Is this a css attribute?

i.e:

<p alight="center">Here is one paragraph</p>
<p><span class="dateupdated">Today's Date</span></p>

Displays:

Here is one paragraph


Today's Date

nogerorob
08-18-2004, 07:02 PM
Doh. I can use div's nevermind.
r