Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Linking Pages?


Johnroark

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...