[Typo3] Typo3 Rendering Junk Code?

A-san amir219 at sbcglobal.net
Sun Nov 13 05:57:50 CET 2005


> Go to the TSOB (TypoScript Objetct Browser) and open the "lib" part of the
> tree.
> You should be able to find something like "lib.stdheader"
> In this section the complete rendering of the headers for all default
> content elements is done.
> So if you want a different behaviour you must change the entries there.
> Or maybe you copy the whole setup and create your own lib.stdheader.
> 
> temp.yourHeader = COA
> temp.yourHeader {
>     # Your header stuff here
> }
> 
> lib.stdheader >
> lib.stdheader < temp.yourHeader
> 
> This way you can create or change almost any imaginable behaviour not just
> for the headers but for the whole rendering setup of TYPO3.
> CSS_styled_content is just one predefined set of TypoScript. If you don't
> like it, change it!
> Have a look at TSref to find out about the different things used in
> lib.stdheader.
> http://typo3.org/documentation/document-library/doc_core_tsref/
> 
> Joey

JoH,

Thats what I did to rid alot of the space.  There was a value called 
space, with 0|5 and I changed it to 0|0.  However I dont see any value 
there that includes the <br /> tag where it is right now, so I have no 
idea where to start and what to change.  If you can tell me where and 
why this is rendering it I would be able to change it... and the tsref 
doesn't seem to help because again, I dont know where to start looking 
for the answers.



More information about the TYPO3-english mailing list