Johnroark Posted March 9, 2003 Share Posted March 9, 2003 I want to put a picture with a link on my first page (default.php) 2 problems. Outside of php I wrote this: <tr> <td><a href = "/evelknievel.us/store/default.php?cPath=16> Click here! <img src="imagesevelv.gif"></a> </td> </tr> 1) the picture wont show 2) the link goes nowhere. I also tried <a href = "/default.php?cPath=16> Link to comment Share on other sites More sharing options...
zzfritz Posted March 9, 2003 Share Posted March 9, 2003 For the link, I suggest you use a fully qualified url: http://yourdomain.com The code you posted for the link has a flaw in the anchor, no closing quote. The code you posted for the image has a flaw, backward slash instead of forward slash. And, again, juse a fully qualified url. Link to comment Share on other sites More sharing options...
Johnroark Posted March 9, 2003 Author Share Posted March 9, 2003 Will the FQDN effect the working of the cart. I thought that since I was working within the program I would use /catalog/default.php?cPath=16 How would I address linking to pictures in my Images file? thanks for the help!!! Link to comment Share on other sites More sharing options...
Johnroark Posted March 9, 2003 Author Share Posted March 9, 2003 Got It. Yeah! Thanks :shock: :lol: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.