View Single Post
  #6 (permalink)  
Old 06-21-2006, 10:12 AM
londoncowgirl londoncowgirl is offline
New Pligger
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
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!!
Reply With Quote