[TYPO3] useful idea for blank installs / pimpmytypo3.com

Tapio Markula tapio.markula at dnainternet.net
Thu May 18 18:25:51 CEST 2006


Tapio Markula wrote:
> dave ashton wrote:
> 
>> Hi Tapio,
>> i'm using html/css styling and trying to incorporate a horizintal menu 
>> in its own div.
>> Can get a menu on the page, but placing it in a specific div, i cannot 
>> do.
> 
> 
>> Could do it without html/css styling, with only css styled content and 
>> template auto parser.
> 
> 
> html/css styling has just some TypoScript and HTML templates.
> Should work at the principle how you created
> 
> subparts.footmenu_1 < subparts.footmenu_1
> 
>> worked before without html/css styling installed, but does not work 
>> with html/css tyling installed.:-
> 
> 
> HTMLCSS styling use
> page.10 < temp.mainTemplate

you can try making

> temp.mainTemplate2 = TEMPLATE
> temp.mainTemplate2 {
...
  subparts.footmenu_1 < subparts.footmenu_1
...
}
page.11 < temp.mainTemplate2



More information about the TYPO3-english mailing list