Hallo!
Ich habe mir ein super-Template gebastelt mit DIVs und nun siehts aber so aus, als ob mir das css styled content reinpfuscht. Einerseits möchte ich es benutzen, andererseits habe ich bereits alles fertigdesigned und nun pfuscht die mir rein...
Ich habe jetzt bereits mit:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20:
| lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class > lib.stdheader.stdWrap.dataWrap = lib.stdheader.3.headerClass > tt_content.text.20.prefixComment = tt_content.stdWrap.prefixComment = tt_content.table.20.stdWrap.prefixComment = lib.stdheader.stdWrap.prefixComment = tt_content.image.20.stdWrap.prefixComment = tt_content.html.prefixComment = plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE > |
und
Typoscript-Code:
1: 2: 3:
| tt_content.image.20.spaceBelowAbove = 0 tt_content.image.20.noStretchAndMarginCells = 1 |
ein wenig aufgeräumt...
Was denkt ihr dazu? Wie geht ihr vor? Gibt es irgendwo eine gute Referenz?