[TYPO3] custom bullet lists in RTE

Stano Paška stano.paska at gmail.com
Fri Jul 27 13:42:26 CEST 2007


Maybe you can use only css.
You can encapsulate <ul> in menus with <div id="menu">
and then you can use in css
#menu ul { ... }
And main content of page (where content elements goes) you can
encapsulate with <div id="content">
and in css
#content ul { ... }

Stano.

On 7/27/07, Nagita Karunaratne <Nagita.k at gmail.com> wrote:
> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list