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



_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://www.template-toolkit.org/mailman/listinfo/templates

Reply via email to