Hi,
I am trying to add a link to my logo in header, i have recently coded in the logo via HTML code as it was better quality from an .SVG file. But i wanted to be able to add a link back to the home page over the image but it isn’t working. Can anyone help?
I have tried adding this code:

typing out text from an image is kinda of annoying please provide actual code so you can help others help you.
Does that url work?
Your anchor tag is incorrect. You’re missing the a from anchor tag. The code should be:
[
](https://www.southspot.co.uk)
2 Likes
Worked like a charm. Thank you.