[Templates] using frames?
Kirk
thedog@scriptdoggie.com
Wed, 4 Sep 2002 09:15:34 -0700
hello, newbie question...how can i use an html frameset with tt2? i like to
use the frameset page and also the tt2 'include' directive, something like
this:
<FRAMESET rows="71,*" cols="159,*" frameborder="NO" border="0"
framespacing="0">
<FRAME name="cornerFrame" scrolling="NO" noresize src="<!--#INCLUDE
$layout.cell1 -->" frameborder="NO" frameset cols="10,10">
<FRAME name="topFrame" scrolling="NO" src="<!--#INCLUDE $layout.cell2 -->"
frameborder="NO" >
<FRAME name="leftFrame" scrolling="NO" src="<!--#INCLUDE
$layout.cell3 -->" frameborder="YES" bordercolor="#0000FF" frameset
cols="10,10">
>
<FRAME name="mainFrame" src="<!--#INCLUDE $layout.cell4 -->"
scrolling="NO" frameborder="NO" noresize>
</FRAMESET>
but it doesn't seem to work correctly. can someone point me in the right
direction?
thanks