Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

emails, images as links


gshutzy

Recommended Posts

i have spent the last hour trying to get images in my emails. finally done it and now i want to make the image a link. could some please add on to this code what i need to input to get my image to link to certain pages on my website.

 

<img src="http://vanity-flair-uk.com/images/store_logo.png">

 

thanks for any help given.

Link to comment
Share on other sites

i seem to have a problem.

 

i have used the code you thankfully gave me and now everything that follows the code semms to use the same link.

 

do you know how to stop it.

 

this is my code in full

 

the text in bold is to highlight what is also linked that i dont want to be.

 

<a href=" http://vanity-flair-uk.com "><img src="http://vanity-flair-uk.com/images/store_logo.png"><center>

<img src=http://vanity-flair-uk.com/images/20percentofferemail.jpg"><center>

<a href=" http://vanity-flair-uk.com/product_info.php?products_id=143 "><img src="http://vanity-flair-uk.com/images/20percentofferemail2.jpg"><center>

<div>

Dont ForgetThat There Is FREE Delivery On Purchases Over £50<center>

sincerly yours, <center>

Vanity Flair UK<center>

<br>

www.vanity-flair-uk.com<center>

you can contact us anytime <center>

[email protected]<center>

Link to comment
Share on other sites

<a href=" http://vanity-flair-uk.com "><img src="http://vanity-flair-uk.com/images/store_logo.png"></a>

<a href=" http://vanity-flair-uk.com/product_info.php?products_id=143 "><img src="http://vanity-flair-uk.com/images/20percentofferemail2.jpg"></a>

 

You need to close each tag </a> same for the <center> that you use

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...