[TYPO3] custom bullet lists in RTE

Nagita Karunaratne Nagita.k at gmail.com
Fri Jul 27 06:30:03 CEST 2007


Hi,

Is there a tutorial that shows you how to configure rhtmlarea? I found 
one in German but could not translate it well.

I would like to style bullet lists that are created within the RTE. They 
look like this:

                 <ul>
                   <li>Bibendum vivamus in</li>

                   <li>Fusce bibendum semper</li>

                   <li>Maecenas elementum da</li>

                   <li>Proin elit dolor, mat</li>
                 </ul>

But I cannot style them without affecting other lists in the site. This 
affects other lists such as menus etc:

/* RTE / Bulletlists */
UL { margin-top: 0px; }
UL LI { }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

Is is possible to uniquely identify bullet lists created by the RTE?

Thanks,
Nagita


More information about the TYPO3-english mailing list