X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   href link problem in IE (https://forum.x-cart.com/showthread.php?t=45163)

Rob_D 01-28-2009 10:26 AM

href link problem in IE
 
HI,

Once again, I have to turn to you fine folks for some help.

I am trying to link an image on the front page with a category. I have it working in Firefox, but it does not work in IE 6. The little hand pointer does not show up when I hover over the image.

Here is the code I have come up with:


<p align="center" <a href="home.php?cat=27">
<img height="225" alt="Mary Kay Christmas day" src="skin1/images/Welcome/ValentinesBox.jpg" width="800" name="Valentines Box"></a></p>

<p> </p>

<p align="center" <a href="home.php?cat=27">
<img height="100" alt="Mary Kay new fragrance on sale" src="skin1/images/Welcome/ValentinesCoupon.jpg" width="800" name="Valentines Coupon"></a></p>


I have moved the <a and </a> around, but I can't get it to work. I want both images to go to the same category. Wouldn't it be a wonderful world if everyone used the same browser.

Thanks for all your help,
Rob

balinor 01-28-2009 10:30 AM

Re: href link problem in IE
 
<p align="center"

You are missing the closing >

Rob_D 01-28-2009 10:48 AM

Re: href link problem in IE
 
Thank you, Balinor! It works now (but I think you knew that)

I thought it was the </p> at the end that closed that <p.

Someday this will all make sense to me. I hope.

Thanks again

Rob


All times are GMT -8. The time now is 02:01 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.