How Do You Make Picture Links For Web Pages?
Here is another article on creating HTML links for web pages. This one involves creating a link from a picture you yourself have the right to use as your own on the internet. Read on to find out how. Step 1 jQuery(document).ready(function(){ jQuery(‘#jsArticleStep1 span.image a:first’).attr(‘href’,’http://i.ehow.com/images/GlobalPhoto/Articles/2250902/Amythystkiss2_Full.jpg’); }); Image I Chose to Make a Link Find any picture on your hard drive you would like to make into a link–such as a personal photograph or a link button made in a image editing program. Step 2 jQuery(document).ready(function(){ jQuery(‘#jsArticleStep2 span.image a:first’).attr(‘href’,’http://i.ehow.com/images/GlobalPhoto/Articles/2250902/website_Full.jpg’); }); Website to link to Pick out a website to link to. I will use the address for my MySpace site as an example. (Double click on image at left to enlarge link example). Step 3 jQuery(document).ready(function(){ jQuery(‘#jsArticleStep3 span.image a:first’).attr(