Jump to content

[SOLVED] Php includes causing bad design issues


Recommended Posts

Can someone please take a look at this page and tell me my .php include files are causing this page to freak out?

 

Here's the page: www.menopauseinfo.org

 

I edit these files in Expressions Web.

 

Thanks so much to anyone who can help

 

Cathy

Not much we can do with that link.  The only thing we can look at is the view source which gives us pure HTML.

 

I assume this is a PHP page, could you maybe post the actual code that is giving you trouble?

 

Seems like you're just including/requiring them in the wrong place.

Thanks for helping. Here's the code that appears to be causing the problem

      <table width="165" border="0" cellspacing="0" cellpadding="0">

        <tr>

          <td><img src="images/left_red.jpg" width="165" height="27"></td>

        </tr>

        <tr>

          <td>

            <?php include("include/links.php"); ?>

                        <br>

          </td>

        </tr>

        <tr>

          <td><img src="images/left_orange.jpg" width="165" height="29"></td>

        </tr>

        <tr>

          <td>

            <?php include("include/newsletter.php"); ?> </td>

        </tr>

      </table>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.