[Typo3-german] fdfx2cols formatieren - Wie am besten?
Meik Schmidt
schmidtsmeik at gmx.de
Mon Sep 19 14:20:14 CEST 2005
Hallo Community,
ich habe mich heute dran gesetzt und begonnen, das Plugin fdfx2cols
(Zwei-Spalten-Prinzip) zu designen. Wie gehe ich aber nun am besten vor?
im TemplateAnalyzer habe ich auch geschaut und die entsprechenden
Einstellungen gefunden. Da steht sowas wie:
fdfx_2cols
647: [GLOBAL]
648: plugin.tx_fdfx2cols_pi1{
649: # cat=tx_fdfx2cols_pi1//; type=text; label= Template: Path
and Name to Template (default: EXT:fdfx_2cols/tpl.2column.html)
650: TEMPLATE_FILE=EXT:fdfx_2cols/tpl.2column.html
651: # cat=tx_fdfx2cols_pi1//; type=text; label= Name for
Div-Height Property: (default: ###DIV_HEIGHT###)
652: DIV_HEIGHT=###DIV_HEIGHT###
653: }
...und...
fdfx_2cols
3142: [GLOBAL]
3143: plugin.tx_fdfx2cols_pi1{
3144: _CSS_DEFAULT_STYLE (
3145: /* Layout 1 */
3146: .c2l1-left{
3147: border-right: 1px solid #FFEDA8;
3148: padding-right: 5px;
3149: width:50%;
3150: white-space:normal;
3151: }
Jetzt meine Fragen:
1. Ich möchte, dass Typo3 nicht die CSS-Anweisungen in den Quellcode der
Seite reinschreibt. Sinnvoller ist es doch, die Formatierungen in eine
CSS-Datei zu integrieren, da diese ja auch gecached wird und es
übersichtlicher ist.
2. Es gibt eine Datei
"typo3conf/ext/fdfx_2cols/ext_typoscript_setup.txt", in der die
CSS-Anweisungen stehen. Muss die editiert werden?
Wie formatiert man am besten dieses Plugin?
More information about the TYPO3-german
mailing list