[TYPO3-templavoila]  Layout
    Tapio Markula 
    tapio.markula at dnainternet.net
       
    Sun Apr  9 21:31:19 CEST 2006
    
    
  
Hi
I found that part of the colors use
$TBE_STYLES['mainColors'] = array(	// Always use #xxxxxx color definitions!
			'bgColor' => '#F4F4F4',		
			'bgColor2' => '#F2F2F2',	
			'bgColor3' => '#EEEEEE',	
			'bgColor4' => '#F2F2F2',		
			'bgColor5' => '#F9F9F9',
			'bgColor6' => '#ABABAB',
			
	);
That is IMO obsolete way - belongs rather to typo3 3.6.x
than for Typo3 4.x series.
By that way can't control background images.
Layout control using CSS would be much better,
because it is more flexible.
    
    
More information about the TYPO3-project-templavoila
mailing list