Help - Search - Members - Calendar
Full Version: content not showing up.
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
rayyyy
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 :(
clarity
Could you please provie a link to your website? _smile.gif
rayyyy
http://fansites.hollywood.com/~pushplayfanatic/

now its on the bottom right hand corner. what is going on?
clarity
Pst...don't double post, there is an edit button. thumbsup.gif

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.
rayyyy
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
clarity
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?
rayyyy
thats what it was on before but its too hard to keep it up.
paintedskies
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"); ?>
synatribe
QUOTE(paintedskies @ Apr 16 2008, 09:05 PM) *
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...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.