[Typo3-dev] TYPO3 complexity in general

Christoph Moeller moeller at network-publishing.de
Sun Jul 18 16:12:55 CEST 2004


Hi Johannes,

Johannes Reichardt schrieb:
> So my point is, that typo3 could profit from being more easy, right now 
> it has come to a point where everything works, but on the other hand 
> many things are so extremly redundant that the learning curve is 
> becoming steeper and steeper. why not have an external stylesheet for my 
> extension?

You can do that.
Copy the style values that were formerly generated by TYPO3 into an 
external stylesheet file and include it this way:

page.headerData.10 = TEXT
page.headerData.10.value = <your_style_include_in_html_syntax>....</...>


Then, set the extensions to not include the CSS values in the header:
plugin.something {
   _CSS_DEFAULT_STYLE >
}
and you're done.

> What you think? Is it a point or am i too lazy to learn tons of new 
> concepts?

LOL - the latter ;)

hth,
Chris




More information about the TYPO3-dev mailing list