content not showing up. |
content not showing up. |
Apr 13 2008, 11:08 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 79 Joined: Oct 2007 Member No: 583,422 |
I have my layout and i had it in iframes but thanks to the help of someone on here i changed it. My content doesn't show up now. I have no clue why...
here's the code for that page CODE <?php include ("header.php")?> <div style="position: relative; width:470px;float:left;"> <h1>Push Play</h1> <h2> </h2> <br> <br> nothing in this area shows up on my site. :( </div> <?php include ("footer.php"?> none of that will show up on my site. its just blank. please help. =[ help..please :( |
|
|
|
![]() |
Apr 16 2008, 09:05 PM
Post
#2
|
|
![]() g33k ![]() Group: Member Posts: 9 Joined: Aug 2007 Member No: 557,747 |
First, your footer include function doesn't have a closing ), and include functions should end in semicolons.
CODE <?php include ("header.php"); ?>
<div style="position: relative; width:470px;float:left;"> <h1>Push Play</h1> <h2> </h2> <br> <br> nothing in this area shows up on my site. :( </div> <?php include ("footer.php"); ?> |
|
|
|
Apr 16 2008, 09:38 PM
Post
#3
|
|
![]() AIDS at RAVES. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,386 Joined: Dec 2007 Member No: 598,878 |
First, your footer include function doesn't have a closing ), and include functions should end in semicolons. CODE <?php include ("header.php"); ?> <div style="position: relative; width:470px;float:left;"> <h1>Push Play</h1> <h2> </h2> <br> <br> nothing in this area shows up on my site. :( </div> <?php include ("footer.php"); ?> there we go, haha no footer closer, hmm but I never add semicolons on the end of my include tags but they show up fine . hmm... |
|
|
|
rayyyy content not showing up. Apr 13 2008, 11:08 PM
clarity Could you please provie a link to your website? Apr 14 2008, 07:52 PM
rayyyy http://fansites.hollywood.com/~pushplayfanatic/
n... Apr 14 2008, 08:22 PM
clarity Pst...don't double post, there is an edit butt... Apr 14 2008, 08:46 PM
rayyyy i know..its hard tho when you don't have a sit... Apr 14 2008, 08:50 PM
clarity Well until then, I'm sorry but I can't hel... Apr 14 2008, 09:02 PM
rayyyy thats what it was on before but its too hard to ke... Apr 14 2008, 09:07 PM![]() ![]() |