Auf TYPO3.org unter "Documentation/Core" findest du ein Frame-Tutorial, da steht alles, was du brauchst...
unten mal ein kleiner Typoscript-Beispielcode aus einem Frame-Experiment von mir :
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20:
| myframeset = PAGE head = PAGE menu = PAGE kontent = PAGE myframeset.typeNum = 0 head.typeNum = 1 menu.typeNum = 2 kontent.typeNum = 3 head.bodyTag = <body topmargin = 0 leftmargin= 0 rightmargin = 0 bottommargin = 0> head.20 = IMAGE head.20.file = ... menu.bodyTag = <body background="fileadmin/..." style="background-position: left; background-repeat: no-repeat;" topmargin = 0 leftmargin=250 rightmargin = 0> menu.includeLibs.gmenu_layers = media/scripts/gmenu_layers.php |