Posted by Jonathan N. Little on 04/05/06 20:58
Aaron Gray wrote:
> 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; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|