HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Creating an iframe site from a template
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
bmxgj



Joined: 02 Jul 2009
Posts: 1

Posted: Thu Jul 02, 2009 10:52 am     Creating an iframe site from a template  

hello. i am having difficulty figuring out how to make iframes out of this free template:

http://www.freewebsitetemplates.com/preview/template24/

download: http://www.freewebsitetemplates.com/download.php?template=template24

i would like the banner and buttons as the TOP and the rest of the stuff as the bottom on the iframed website.

i was thinking i'd do this


Code: <html>
<head>
<title>iFRAMES</title>
</head>
<frameset rows="150,*">
  <frame src="96_top.html" frameborder=0 scrolling="no" NAME="top">
  <frameset cols="220,*">
    <frame src="main.html" frameborder=0 NAME="bottom">
 
  </frameset>

   
  <noframes>
    <body>
      <a href="your main page.html">Click Here</a>
    </body>
  </noframes>
</frameset>
</html>



however then I wouldn't get the white side bars.

does anyone have any good ideas on how to turn this template into a framed site?

thanks,

g
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> HTML Frame
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group