I'm wondering if I can hyperlink the text in my footer to link to each of my social media pages and email? www.cloudedconsciousness.com/cloudlife
Hello, You can achieve this through the anchor hyperlink code. Put the code given below Code: <a href="Enter URL address for the first text">Enter your First Text </a>, <a href="Enter URL address for the Second text">Enter your Second Text </a>, <a href="Enter URL address for the Third text">Enter your Third Text </a> Instead of the text Code: Facebook, Twitter, Instagram See the link for reference. http://www.w3schools.com/html/html_links.asp I hope this will help you.,