[TYPO3-RTE] Class on an image

Stig Kjeldsen sk at itu.dk
Wed Aug 20 22:57:43 CEST 2008


I will. sry.


In PageTS:

RTE.classes {
   new-class {
     name = [The user will see this class name, so pick a good name]
   }
}

RTE.default {
   classesCharacter = white
   classesParagraph = white
   classesImage = new-class
   classesLinks = white
   classesAnchor = white
   classesTable =
   classesTR =
   classesTH =
   classesTD =

   ## List all class selectors
   ## that are allowed on the way to the database
   proc.allowedClasses = white, new-class
}

Remember to have the class in your stylesheet


Best regardds

Stig Kjeldsen


Andreas Burg skrev:
> Stig Kjeldsen schrieb:
>> Solved.
>>
>>
>> Stig Kjeldsen skrev:
>>> is it possible to add a class to an image?
>>>
>>> Best regards
>>>
>>> Stig Kjeldsen
> 
> Solved for you. Please post your solution for the comunity.
> 
> Andreas


More information about the TYPO3-project-rte mailing list