Guest Posted March 17, 2007 Posted March 17, 2007 Instead of pointing the oscommerce.gif to the page http://www.midatlphoto.com/store/catalog/ I want to point to to just http://www.midatlphoto.com Here is the code but it does not work? <td valign="middle"><?php echo '<a href="www.midatlphoto.com">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'MID-ATLANTIC PHOTOGRAPHY') . '</a>'; ?></td> Any suggestions??
bill110 Posted March 17, 2007 Posted March 17, 2007 try <td valign="middle"><?php echo '<a href="http://www.midatlphoto.com">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'MID-ATLANTIC PHOTOGRAPHY') . '</a>'; ?></td> My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Guest Posted March 17, 2007 Posted March 17, 2007 THANK YOU!!!!!!!!!!!!! I figured I had the syntax wrong but I did not know what else to try!! Thanks!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.