Help - Search - Members - Calendar
Full Version: Template Question
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
usedragon
I'm using Template 86

CODE
<div id="wrapper">
    <div id="main_container">
        <div id="menu_container">
            <div class="content">
            
              I want to use another page display all the sub-navigation.
            
            </div>
      </div>

<div id="content_container">
        <div class="content">


Is there any way to use iframe or some sort without distorying the template? I want to reduce the activity going in the index/future pages. This will greatly reduce the stress to re-add everything back to every page.
Jack
Just use file > save as to duplicate the layout. To be honest iframes are not the best way to deal with the problem.
IamShipon1988
I concur with Jack, why would you want to use iFrames? I like the layout as is. You shouldn't really even it out. Remember, instead of loading one page (when you use iFrame), it will load 2.
usedragon
After little researching, it came to me and finally use php include. I may have not fully explained what I was trying to say tongue.gif

CODE
<div id="content_container">
    <?php include("n/content.php"); ?>  
</div>

I was trying to do this XD
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.