Guest Posted May 16, 2008 Posted May 16, 2008 Hey everyone, As requested, I have added a new information page (using a contribution)for my customers website. Unfortunately, I can't seem to get the image they provided INTO the content area of the page. Here is the link if you want to check out what is happening: http://www.thehotfish.com/catalog/chart.ph...c2cc4465fbf21e2 I am have never created a NEW page before, so I just created a table under the ?> at the bottom of the file. Here is the code. <?php // start of extra info page define('NAVBAR_TITLE', 'Compatibility Chart'); define('HEADING_TITLE', 'Compatibility Chart'); define('TEXT_INFORMATION', ''); // end of extra info page ?> <html> <head> <title> HTF Fish Compatibility Chart </title> </head> <body> <table width="600" height="600" cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="images/comp_chart.gif" border="0"> </td> </tr> </table> </body> </html> Any help would be greatly appreciated as this is one of the LAST things I need to do for their store. Thanks in advance.....
Guest Posted May 16, 2008 Posted May 16, 2008 Ummmmmm, nevermind ...............I guess I have been working long hours lately. I corrected the problem after just looking at it for a minute. Thanks anyway everyone.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.