Fri, 2016-01-22 11:05
Hi,
Can someone kindly tell me what code I need to use to make my logo on my website which is just a jpg become clickable to the home page
I'm not really a developer, so I really appreciate your help on this.
Thanks
Amber
Fri, 2016-01-22 19:54
#1
Wrap the image in an anchor element (a)
For example:
<a href="/"> <img src="mylogo.jpg" alt="myconame"> </a>
cheers,
gary