[Typo3-german] Tabelle füllen
Markus Bucher - typo3
markus.bucher at bedv.de
Wed Aug 10 16:51:20 CEST 2005
Hi Liste,
Grundsatzproblem. Ich möchte in eine Tabelle mit 6 Zellen die
Hauptnavigation einbinden.
| home | sub1 | sub2 | sub3 | sub4 | sub5|
Habe im html-template:
<snip>
<table cellpadding="0" cellspacing="0" border="0" width="700" height="45">
<tr><!-- ###NAVIGATION### --><!-- ###NAVIGATION### --></tr>
</table>
</snip>
und im typo3-Template:
<snip>
subparts.NAVIGATION = HMENU
subparts.NAVIGATION.entryLevel = 0
subparts.NAVIGATION.1 = TMENU
subparts.NAVIGATION.1.NO {
wrap = <td width="115" height="45" class="navi_passive"
background="fileadmin/templates/images/menu_left_no.gif">|</td>
}
subparts.NAVIGATION.1.ACT {
wrap = <td width="115" height="45" class="navi_active"
background="fileadmin/templates/images/menu_active.gif">|</td>
}
</snip>
Was ist falsch?
Danke
Markus
More information about the TYPO3-german
mailing list