Jump to content

thetadcat

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

thetadcat's Achievements

Newbie

Newbie (1/5)

0

Reputation

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