gshutzy Posted May 25, 2011 Share Posted May 25, 2011 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 More sharing options...
FIMBLE Posted May 25, 2011 Share Posted May 25, 2011 if its HTML you are using (which it looks like you are) <a href="THE_LINK"><img src="http://vanity-flair-uk.com/images/store_logo.png"></a> there is also the PHP link Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
gshutzy Posted May 25, 2011 Author Share Posted May 25, 2011 cheers ill give it a go Link to comment Share on other sites More sharing options...
gshutzy Posted May 25, 2011 Author Share Posted May 25, 2011 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 More sharing options...
multimixer Posted May 25, 2011 Share Posted May 25, 2011 <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 My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
gshutzy Posted May 25, 2011 Author Share Posted May 25, 2011 hi, thanks for that it worked a treat. im slowly learning. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.