eshep005 Posted March 3, 2007 Share Posted March 3, 2007 Hey, My links in my left table won't appear in the main table. Can someone look at my code and tell me what's wrong? index code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> Emily D. Shepherd: Online Portfolio</title> <script language="JavaScript"> function bookie(page) { OpenWin = this.open(page, "bookie", "toolbar=no,menubar=no,status=no,location=no,scrollbars=yes,resizable=no,width=500,height=400"); } </script> </head> <link rel="stylesheet" type="text/css" href="style.css"> <body background="/images/bg.png" body bgcolor="#000000" scroll=auto> <center> <img src="/images/top.png" width="695" height="393" alt="" border="0"> <BR> <table width="695" border="1" bgcolor="transparent" bordercolorlight="#ffffff" bordercolordark="#ffffff"> <tr> <td width="170" td bgcolor="#000000" Valign="top"><?php $k = basename($k); if(!$k) include("left.php"); else include($k); ?></td> <td width="525" td bgcolor="#DCDCDC" Valign="top"><?php $z = basename($z); if(!$z) include("main.php"); else include($z); ?></td> </tr> </table> <table width="695" border="1" bgcolor="transparent" bordercolorlight="#ffffff" bordercolordark="#ffffff"> <tr> <tr> <td width="695" td bgcolor="#00C0C0" Valign="top"><?php $k = basename($k); if(!$k) include("footer.php"); else include($k); ?></td> </tr> </table </body> </html> The left table's text is as follows: <img src="/images/reg.png" border="0"><a href="index.pgp?z=about.htm">About Me</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=objectives.htm">Career Objectives</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=transcript.htm">ODU Transcript</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=resume.htm">Resume</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=skills.htm">Proficiencies</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=memberships.htm">Memberships</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=mgmt.htm">Management Work</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=mktg.htm">Marketing Work</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=web.htm">Web Art & Sites</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=contact.html">Contact Me</A><BR> <img src="/images/reg.png" border="0"><a href="index.php?z=main.html">Home</A><BR> I don't know what in the world I did, it used to work but this is my first website in a few years so I'm trying to relearn and this is stumping me. Thank you, Emily Link to comment https://forums.phpfreaks.com/topic/41006-left-table-links-wont-upon-in-main-section/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.