MSPLINKS... Does anyone have an 'idiots guide' how to create these. Im basically looking to make a picture into clickable link leading to an alternative page. Help appreciated
Like this? not got access to a ftp so can't test this out but i think it's something along the lines of: Code: <a href="http://www.nucastle.co.uk" target="_blank"><img src="url of image image"</a>
Aye thats the one mate, how do you generate it without having the URL image code (the image is downloaded on my laptop)?
think you just put img src=image.jpg as long as it's saved in the same directory as the web page. if it's in an images directory, then src=/images/image.jpg Don't take my word for it though
<a href="http://www.link.com" target="_blank"><img src="http://www.site.com/image.jpg" border="0" /></a>