seany123 Posted April 18, 2009 Share Posted April 18, 2009 sorry, i really dont know what section this should be in... I have this page which im wanting to be basically my template. <html> <head> <noframes></noframes> <title>mafiakiller (Game 2)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="http://mafiakiller.co.cc/css/style.css" type="text/css" media="all" /> <script language="JavaScript"> <!-- // auto-framebreaker if (top.location != self.location) { top.location = "http://mafiakiller.com/" } function checkUncheckAll(theElement) { var theForm = theElement.form, z = 0; for(z=0; z<theForm.length;z++){ if(theForm[z].type == 'checkbox' && theForm[z].name != 'checkall') { theForm[z].checked = theElement.checked; } } } //--> </script> </head> <body alink="#cc9900" vlink="#cc9900" link="#cc9900"> <div id="holder"> <div id="top_nav"> <div id="left"><a href="http://mafiakiller.com/">Home</a> | <a href="http://www.vividgamer.com/" target="_new">vividGAMER.com</a></div> <div id="right"><a href="http://mafiakiller.com/news.php">News</a> | <a href="http://mafiakiller.com/online.php">Players Online</a> | <a href="http://mafiakiller.com/c.php" target="_blank">Chat</a> | <a href="http://mafiakiller.com/forum.php">Forum</a> | <a href="http://mafiakiller.com/itempedia.php">Itempedia</a> | <a href="http://mafiakiller.com/guide.php">Game Guide</a> | <a href="http://mafiakiller.com/support.php">Support</a></div> </div> <div id="top_bar"></div> <div class="h_full"> <div id="left"> 18 Apr 2009, 6:46am | Day Update: 12:00am</div> <div id="right"><a href='http://mafiakiller.com/vote.php'>Vote</a> | <a href='http://mafiakiller.com/surveys.php'>Surveys</a> | <a href='http://mafiakiller.com/referrals.php'>Refer For Points</a> | <a href='http://mafiakiller.com/elite.php'>Upgrade Account</a></div> </div> <div id="left_c"><div class="menu"><h3> Menu</h3><div class="bg"><a href="http://mafiakiller.com/"> <b>.:</b> Home</a><a href="http://mafiakiller.com/inventory.php"> <b>.:</b> Inventory</a><a href="http://mafiakiller.com/city.php"> <b>.:</b> Phoenix</a><a href="http://mafiakiller.com/bank.php"> <b>.:</b> Bank</a><a href="http://mafiakiller.com/train.php"> <b>.:</b> Gym</a><a href="http://mafiakiller.com/crime.php"> <b>.:</b> Crime</a><a href="http://mafiakiller.com/your_gang.php"> <b>.:</b> Your Gang</a><a href="http://mafiakiller.com/gang_mailbox.php"> <b>.:</b> Gang Mail [-]</a><a href="http://mafiakiller.com/mailbox.php"> <b>.:</b> Mailbox [0]</a><a href="http://mafiakiller.com/events.php"> <b>.:</b> Events [0]</a><a href="http://mafiakiller.com/prison.php"> <b>.:</b> Prison</a><a href="http://mafiakiller.com/hospital.php"> <b>.:</b> Hospital [96]</a><a href="http://mafiakiller.com/spy_log.php"> <b>.:</b> Spy Log</a><a href="http://mafiakiller.com/your_cars.php"> <b>.:</b> Your Cars</a><a href="http://mafiakiller.com/your_pets.php"> <b>.:</b> Your Pets</a><a href="http://mafiakiller.com/notepad.php"> <b>.:</b> Notepad</a><a href="http://mafiakiller.com/search.php"> <b>.:</b> Search</a><a href="http://mafiakiller.com/newspaper.php"> <b>.:</b> Newspaper</a><a href="http://mafiakiller.com/forum.php"> <b>.:</b> Forum</a><a href="http://mafiakiller.com/c.php"> <b>.:</b> Chat Room</a><a href="http://mafiakiller.com/logout.php"> <b>.:</b> Logout</a></div><h3> Support</h3><div class="bg"><a href="http://mafiakiller.com/support.php"> <b>.:</b> Support Desk</a><a href="http://mafiakiller.com/forum/5.php"> <b>.:</b> Help Forum</a></div><h3> Account</h3><div class="bg"><a href="http://mafiakiller.com/edit_details.php"> <b>.:</b> Edit Account</a><a href="http://mafiakiller.com/friendlist.php"> <b>.:</b> Contact List</a><a href="http://mafiakiller.com/ignorelist.php"> <b>.:</b> Manage Ignore List</a><a href="http://mafiakiller.com/elite.php"> <b>.:</b> Upgrade Account</a></div><h3> Misc</h3><div class="bg"><a href="http://www.facebook.com/group.php?gid=4687573787" target="_blank"> <b>.:</b> Facebook Group</a><a href="http://www.myspace.com/mafiakillergame" target="_blank"> <b>.:</b> Myspace Page</a></div></div></div> <div id="right_c"></div> </div> </body> </html> but when i include the page above to another page it doesnt line up.. it just goes below the template it. Link to comment https://forums.phpfreaks.com/topic/154638-help-please/ Share on other sites More sharing options...
Mchl Posted April 18, 2009 Share Posted April 18, 2009 How do you include it? Link to comment https://forums.phpfreaks.com/topic/154638-help-please/#findComment-813164 Share on other sites More sharing options...
seany123 Posted April 18, 2009 Author Share Posted April 18, 2009 on another page i use <?php include("templates/private_header.php"); ?> Link to comment https://forums.phpfreaks.com/topic/154638-help-please/#findComment-813166 Share on other sites More sharing options...
Mchl Posted April 18, 2009 Share Posted April 18, 2009 Does that 'other page' also display any HTML? Link to comment https://forums.phpfreaks.com/topic/154638-help-please/#findComment-813223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.