[TYPO3] RTE created page content has no paragraph spacing

Debajit debajit at srijan.in
Fri May 19 07:12:21 CEST 2006


Hi David,
i suppose you can overwrite it in your css,something like this--

p{
margin: 2px 2px 2px 2px;
padding: 2px 2px 2px 2px;
}
or you can create a class and it in your p tag
.david{
margin: 2px 2px 2px 2px;
padding: 2px 2px 2px 2px;
}
Hope it will Work.
regards
Debajit


David Graves wrote:

>Text content created with the RTE has no paragraph spacing (Typo 4.0).
>
>The rendered page wraps every paragraph with a style like so:
>
><p style="margin:0 0 0 0;">text text text
></p>
>
>How can I change this?
>
>I'm guessing it has to do with styles.content
>  
>




More information about the TYPO3-english mailing list