P style

A

Aaron Gray

How do I redefine in CSS <P> to give normal <BR> style behaviour ?

I need a normal line break to happern between paragraphs.

I tried :-

<style>
p {
padding-top: 0px;
}
</style>

But that did not work.

Many thanks in advance,

Aaron
 
J

Jonathan N. Little

Aaron said:
How do I redefine in CSS <P> to give normal <BR> style behaviour ?

I need a normal line break to happern between paragraphs.

I tried :-

<style>
p {
padding-top: 0px;
}
</style>

But that did not work.

Margin not padding.

P { margin-top: 0; margin-bottom: 0; }
 
J

Jim Moe

Aaron said:
How do I redefine in CSS <P> to give normal <BR> style behaviour ?
I need a normal line break to happern between paragraphs.
p { margin: 0; }
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top