Hallo miteinander
Ich habe folgendes Problem:
Ich habe ein grafisches Menü für Typo3 erstellt.
Dieses funktioniert auch. Nur weiss ich jetzt nicht, wie ich es dem Punkt ###NAVIGATION### zuordnen soll, sodass die Navigation am richtigen Ort angezeigt wird.
Mein Code:
Code:
page = PAGE
page.typeNum = 0
page.bodyTag = <body bgcolor="#ffffff" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
page.stylesheet = fileadmin/style.css
page.10 = TEMPLATE
page.10 {
template = FILE
template.file = fileadmin/template.html
marks.DOKUMENT < styles.content.get
marks.MENUE = HMENU
marks.MENUE.1 = GMENU
marks.MENUE.1.NO {
backColor = #BBBBBB
XY = 80, 15
10 = TEXT
10.text.field = title
10.fontFile = fileadmin/arial.ttf
10.fontSize = 11
10.offset = 4,9
}
}
tt_content.image.20.spaceBelowAbove = 0 Danke und Gruss