Ask Experts Questions for FREE Help !
Ask
    Scotty13's Avatar
    Scotty13 Posts: 120, Reputation: 1
    Junior Member
     
    #1

    May 31, 2010, 02:41 AM
    I only see my header and not my footer.
    WHEN I PULL UP MY WEBSITE IN MY BROWSER, THEY ONLY SEE IS MY HEADER AND NOT MY FOOTER.

    THIS IS MY INTEX.HTML IN MY WEBSITE FOLDER....

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>My Web Site</title>
    <style type="text/css">
    <!--
    .centerheader {
    text-align: center;
    }
    -->
    </style></head>

    <body>

    <div class="centerheader">
    <script language="JavaScript" type="text/javascript">
    AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
    'width', '950',
    'height', '177',
    'src', 'header',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'header',
    'bgcolor', '#ffffff',
    'name', 'header',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'header',
    'salign', ''
    ); //end AC code
    </script>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="950" height="177" id="header" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="root/header.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="root/header.swf" quality="high" bgcolor="#ffffff" width="950" height="177" name="header" align="middle" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
    </object>
    </div>
    <span class="centerheader"></span>

    </body>
    </html>


    THIS IS MY INTEX.HTML IN MY ROOT FOLDER....

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="Description" content="My web Site" />
    <meta name="Keywords" content="my, web, site" />
    <meta name="rating" content="General" />
    <meta name="revisit-after" content="7 days" />
    <meta name="ROBOTS" content="All" />
    <title>My Web Site</title>
    <link href="style/main.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="http://www.myglobalpnr.com/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://www.myglobalpnr.com/favicon.ico" type="image/x-icon" /></head>
    </head>

    <body>
    <?php include_once "header_template.php"; ?> (Its not in color like it should be)
    <table width="950" align="center">
    <tr>
    <td width="758" valign="top"><p class="bluetext">&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>Home</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p></td>
    <td width="180" valign="top"><h1>&nbsp;</h1></td>
    </tr>
    </table>
    <?php include_once "footer_template.php"; ?> (Its not in color like it should be)
    </body>
    </html>


    THANKS IN ADVANCE FOR YOUR HELP IN ADVANCE,

    SCOTTY13
    dandemeyere's Avatar
    dandemeyere Posts: 50, Reputation: 3
    Junior Member
     
    #2

    Jul 2, 2010, 07:33 PM
    Hello,

    You're listing two HTML files but in the second one you're including 2 PHP files. Can you post the contents of each PHP file as the code inside of them might be breaking your HTML page and therefore not displaying the footer.

    Best,
    Dan

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

How to build a rock wall footer [ 0 Answers ]

I want to build rock wall foundation for looks and strength I need to know build the footer also to lay the rock

Determining Depth of Existing Footer/Foundation [ 7 Answers ]

I have a 1930's DC brick rowhouse and will soon be adding onto it. It is necessary for me to ascertain the depth of my existing footer/foundation. Seems obvious to me that I should dig next to the foundation of the house until I reach the bottom. Is this this right way to go? Are there any...

How do I make a footer that is always at the bottom? [ 1 Answers ]

Hi, I would like to make a footer that is always at the bottom of a page. It should be at the bottom of the screen when there is little content (no scrolling), but be at the bottom of the page when there is a lot of content (scrolling). Thank you in advance.

Concrete footer [ 2 Answers ]

I am looking at building a 76 ft wide and 56 foot deep home. I need to know how deep and how wide to dig the trench for my concrete footer

Customized footer style in Word 2007 [ 1 Answers ]

Word 2007 has a series of customized footer styles when you select to insert a footer. The 3rd one down, title alphabet, has a horizontal double line of sorts. My question is two-fold. First, is there a way to use that footer but change the color of the horizontal lines? (I tried to right...


View more questions Search