Thanks for your quick reply. I feel like a fool keep asking how to do this... sorry!
I can't get my frame page sorted out. I know I was my 'framestory.tpl' to appear in the top and the $url in the main frame. But somehow it just won't go.
This is my frame.php file:
Code:
<HTML>
<HEAD>MySite.com // <?php echo $title; ?></HEAD>
<FRAMESET FRAMEBORDER="0" ROWS="<?php echo $SETUP[height]; ?>,*">
<FRAME SRC="framestory.tpl" SCROLLING="NO">
<FRAME SRC="<?php echo $url; ?>">
<NOFRAMES>
<BODY>
Viewing this page requires a browser capable of displaying frames.
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>
Where am I going wrong? I just can't get my head around this frame business.
cheers!!