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

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


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

everything subparts inside BODY is inside that template
place that subpart inside
temp.mainTemplate = TEMPLATE
temp.mainTemplate {

you can redefine menu_1 in some TS template

replace

page.5 = HMENU

temp.menu_1 = HMENU
...

and you get your own version of the menu



More information about the TYPO3-english mailing list