I Ice_Nova New member Apr 2, 2009 #1 What is the code to use a picture as a hyperlink to go to another website
G Gr1m Guest Apr 2, 2009 #2 Use <a href="linkhere"><img src="locationofimage"></a> additionally i'd recommend adding 'border="0"' inside of the <a href tag: <a href="linkhere" border="0"><img src="locationofimage"></a>
Use <a href="linkhere"><img src="locationofimage"></a> additionally i'd recommend adding 'border="0"' inside of the <a href tag: <a href="linkhere" border="0"><img src="locationofimage"></a>