[TYPO3-english] How to add class for <ul> tag in RTE ?

Arun Chandran arunchandran2010 at gmail.com
Tue Sep 23 12:29:40 CEST 2014


Hi List,

I've an unordered list in my RTE like this;

<ul>
     <li>content 1</li>
     <li>content 2</li>
     <li>content 3</li>
</ul>

I want to add a special class for this <ul> to apply a specific style.
Is there any way to add a class to <ul> tag in Typo3 RTE using page TS
Config or something like that?
I am using Typo3 ver 6.2.4.

So I need a final output like this;

<ul class="myClass">
     <li>content 1</li>
     <li>content 2</li>
     <li>content 3</li>
</ul>

Please help,

Thanks and Regards,
     Arun Chandran


More information about the TYPO3-english mailing list