German  |  English
Suche:
Sie sind hier: Tutorial Typo3 » Plugin Plugin Abstand

Plugin Abstand

Code TypoScript Root Template Setup
### Element Abstand Plugin ###
tt_content.stdWrap.innerWrap.cObject.0 = TEXT
tt_content.stdWrap.innerWrap.cObject.0.value = <div class=element_abstand>|</div> 
Code CSS
.element_abstand
{
   padding-bottom: 4px;
}