[TYPO3-german]  html-Template und Frameset
    Ingo Jorga 
    ijorga at ijorga.de
       
    Sun Sep 16 13:17:18 CEST 2007
    
    
  
Hallo Zusammen,
ich möchte eine Frameset als html-Template verwenden. Leider führt das ganze 
nicht zum gewünscheten Ergebnis, weil ich den <body>-Tag zu früh in das 
fertige Template bekomme. Das ganze sieht dann so aus:
-------schnipp , schnipp ----------
	<meta name="generator" content="TYPO3 4.1 CMS" />
	<script type="text/javascript" 
src="typo3temp/javascript_757c080409.js"></script>
</head>
<body>
   <frameset border="1" rows="84,*" frameborder="yes">
    <frame noresize="noresize" scrolling="no" name="top" marginheight="0" 
marginwidth="0" src="top.html" />
    <frameset border="1" cols="194,*,194" frameborder="yes" 
framespacing="0">
      <frame marginheight="0" marginwidth="0" name="menu" 
noresize="noresize" scrolling="auto" src="menu.html" />
      <frame marginheight="0" marginwidth="0" name="content" 
noresize="noresize" scrolling="auto" src="content.html" />
        <frameset border="1" frameborder="yes" framespacing="0" 
rows="50%,*">
          <frame marginheight="0" marginwidth="0" name="rss1" 
noresize="noresize" scrolling="auto" src="rss1.html" />
          <frame marginheight="0" marginwidth="0" name="rss2" 
noresize="noresize" scrolling="auto" src="rss2.html"/>
        </frameset>
    </frameset>
  </frameset>
</body>
-------schnipp , schnipp ----------
Wie kriege ich es hin, daß das Frameset vor dem <body>-Tag kommt?
    
    
More information about the TYPO3-german
mailing list