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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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>

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.