Jump to content

Recommended Posts

It seems like this should be simple.  I have nested some tables and I want a column of buttons to show at the left side each time someone goes to a new page on the site.  Everything is setup and the Include page shows fine in the preview window but when I look at it in the browser IE7 I just see the tables and not the included page. 

 

Obviously I'm doing something wrong. Here's the code:

 

<body bgcolor="5b622c" text="72784a" vlink="#CC33CC" alink="#FF0000" leftmargin="0" topmargin="0">

<TABLE width=838 height="387" BORDER=0 ALIGN="center" CELLPADDING=0 CELLSPACING=0>

<tr valign="top">

<td height="142" colspan=5 align="left"><div align="center"><img src="LRP_logo.jpg" width="628" height="142" align="absbottom"></div></td>

</tr>

<tr>

<td width=174 height="232" align="left" valign="top" bgcolor="#d25600">

  <table width="174" height="166" border=0 align="left"  cellpadding=0 cellspacing=0 >

 

      <?php include ("leftnav.htm"); ?>

          </table>

<td width="4"> </td>

<td width="487" align="left" valign="top" bgcolor="cccc99">

<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>

<TR bgcolor="cccc99">

  <TD colspan=3 VALIGN=TOP><div align="center"><img src="BannerAdTemplate.gif" width="468" height="60"></div></TD>

</tr>

<tr>

 

<td width=212 bordercolor="d25600" bgcolor="cccc99">

 

Thanks for any help. 

 

cc

Link to comment
https://forums.phpfreaks.com/topic/78434-using-include-statement-in-nested-tables/
Share on other sites

If it was a .html file, then it wouldn't parse the php code.

 

Yes this is a php file.  Would it matter if it were html?  This is really bugging me.

 

Any suggestions on a good debug program?

 

Thanks,

 

cc

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.