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 14 2008, 07:52 PM
Post
#2
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
Could you please provie a link to your website?
|
|
|
|
Apr 14 2008, 08:22 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 79 Joined: Oct 2007 Member No: 583,422 |
http://fansites.hollywood.com/~pushplayfanatic/
now its on the bottom right hand corner. what is going on? |
|
|
|
Apr 14 2008, 08:46 PM
Post
#4
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
Pst...don't double post, there is an edit button.
I looked at your site, it showed up fine, but then it took me to some fake virus scanner/malware. I hate to say it but I really think you should just get a new host, no one likes malware. |
|
|
|
Apr 14 2008, 08:50 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 79 Joined: Oct 2007 Member No: 583,422 |
i know..its hard tho when you don't have a site up to begin with...it's free. until i get a new one and apply for a better host it will work lol
|
|
|
|
Apr 14 2008, 09:02 PM
Post
#6
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
Well until then, I'm sorry but I can't help you because it keeps taking me to that fake anti-virus software scan.
Have you tried a host like freewebs? |
|
|
|
Apr 14 2008, 09:07 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 79 Joined: Oct 2007 Member No: 583,422 |
thats what it was on before but its too hard to keep it up.
|
|
|
|
Apr 16 2008, 09:05 PM
Post
#8
|
|
![]() 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
#9
|
|
![]() 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... |
|
|
|
![]() ![]() |