View Single Post
  #1 (permalink)  
Old Sep 14th, 2007, 01:31
mcdanielnc89's Avatar
mcdanielnc89 mcdanielnc89 is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Missouri
Age: 19
Posts: 232
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Needing major help with my page...

Okay, I use php and html... But this is how I've done it...

Here's the php code...
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" />
<title>New Breed Jesus Freaks :: W.W.J.D.? :: Home</title>
</head>
<body>
<? include("header.php"); ?>
<? include("footers/footer.php"); ?>
<? include("footers/sitebottomfooter.php"); ?>
</body>
</html>
That there is for the main page.. then it reads to the other two pages and puts the info onto the page.. But what I'm having trouble with is an error that make three codes onto the homepage(none of the other pages). It's like...  ... I cannot get it off for anything... But if i remove <? include("footers/footer.php"); ?> from the coding it isn't there. alonwe with the rest of the page therefore makes me thingk it's in my pagefooter.. So here is the code for the page footer and if u can find it all kudos to you!!!

Code: Select all
<EMBED SRC="playlist.m3u" WIDTH="300" HEIGHT="45" AUTOSTART="TRUE"><span style="position:absolute;left:60;top:100";></span></EMBED><br />
<center>
<img alt="NBJF Logo" src="images/NBJFLogo-Praying.gif" width="581" height="284">
          <span style="text-decoration: line-through;" color: "#000080;" onclick="window.external.AddFavorite(location.href,document.title);">
          <b><br>Click here to add us to your 
        favorites!</b></span><h1>Everyone is 
        welcome!</h1>
        <table width="90%" align="center" border="0">
         <tr>
          <td>
          <div align="center">
          <font face="Tahoma" color="#000095" size="4">
           Remember not the sins of my youth, 
           or my transgressions; according to 
           thy steadfast love remember me, for 
           thy goodness' sake, O LORD!<br>Psalms 25:7</font></div>
          </td>
         </tr>
        </table>
        <br>
        <hr width="75%" SIZE="5">
        <table width="90%" align="center" border="0">
         <tr>
          <td><div align="center">
          <p><br>
          <h2>Welcome to the New Breed Jesus Freaks 
          site!</h2>
          <p><font face="Tahoma" color="#000099" size="3">We pray you 
          have an awesome time here looking 
          around, reading the materials, and 
          fellowshipping with the other members of 
          this site. If you have any questions or 
          comments, please voice them in the 
          forums. Here at New Breed Jesus Freaks 
          we like to keep a warm, friendly, and 
          clean atmosphere. Feel free to post on 
          the group's forums and we hope you'll 
          join us in the chat room every now and 
          then. Just remember to keep things clean 
          and friendly! If you have any questions 
          about Christ or the Bible we'll do 
          everything we can to help you find the 
          answers you are looking for. We're 
          always looking for suggestions on how to 
          make this group better, so be kind and 
          offer helpful tips.<br><br>God Bless You!</font></p>
          <p><font face="Tahoma" color="#FF0000">Want info on the site?
          <a href="aboutus.php">Go Here!</a></font></p>
          <font face="Tahoma" color="#0000CC" size="4">
          <img alt="Smiley" src="images/HotSmiley1.gif" width="19" height="19">
          Nathaniel(Founder)
          <img alt="Smiley" src="images/HotSmiley.gif" width="19" height="19"></font>
          </div></td>
         </tr>
        </table>
        <br>
        <img height="165" alt="Cross" src="images/piceroonie.bmp" width="127" border="0">
        <p>
        <font face="Tahoma" color="#FF6600" size="6">
        Site Last Updated :
        September 2007</font></p>
        <table cellpadding="1" cellspacing="5" width="25%" border="1" bgcolor="#999999" bordercolor="#000000" bordercolordark="#FFFFFF">
         <tr>
          <td align="center">
          <font face="Tahoma" size="1" color="#3333FF">Admin</font></td>
          <td align="center">
          <font face="Tahoma" size="1" color="#3333FF">Nathaniel</font></td>
         </tr>
         <tr>
          <td align="center">
          <font face="Tahoma" size="1" color="#3333FF">Co-Admin</font></td>
          <td align="center">
          <font face="Tahoma" size="1" color="#3333FF">Adam</font></td>
         </tr>
         <tr>
          <td align="center">
          <font face="Tahoma" size="1" color="#3333FF">Manager</font></td>
          <td align="center">
          <font face="Tahoma" size="1" color="#3333FF">Nelson</font></td>
         </tr>
         <tr>
          <td align="center" style="height: 21px">
          <font face="Tahoma" size="1" color="#3333FF">Assistant Manager</font></td>
          <td align="center" style="height: 21px">
          <font face="Tahoma" size="1" color="#3333FF">Kevin</font></td>
         </tr>
         <tr>
          <td align="center">
          <font face="Tahoma" size="1" color="#3333FF">Assistant Manager</font></td>
          <td align="center">
          <font face="Tahoma" size="1" color="#3333FF">Rachel</font></td>
         </tr>
        </table>
        <br>
        <hr width="75%" SIZE="5">
        <p><font face="Tahoma" color="#3366FF" size="3">Deuteronomy 6:5-<br>
        &quot;Love the Lord your God with all your HEART, 
        with all your soul, and with all your mind and 
        with all your strength.&quot;</font></p>
        <p>
                                <img alt="God Owned" src="images/GodOwned.gif" border="0" width="216" height="72"></p>
        <p>
                                <img alt="Star" src="images/star.gif" border="0" width="18" height="17">Open 
        Since September 30,2003<img alt="Star" src="images/star.gif" border="0" width="18" height="17"></p>
        </center>
Reply With Quote