GregLassale Posted October 7, 2022 Share Posted October 7, 2022 Site URL: https://gregorylassale.com In the "Additional Info" section (under the Contact section) of my website in both the English and French version of my website, the email address is no longer clickable. I am using font awesome icon in front of it, not sure if that's the source of the problem, or maybe a Squarespace software update might have broken the link. I'm pretty sure it used to work fine. Here is the HTML code in the block: <center><span class="fa fa-envelope"></span> <span style="color: hsl(18, 52%, 60%);" <a href="mailto:glassaletrans@gmail.com" title="glassaletrans@gmail.com">glassaletrans@gmail.com</a></center> Any idea what the issue might be? Thank you. Link to comment
paul2009 Posted October 7, 2022 Share Posted October 7, 2022 9 minutes ago, GregLassale said: the email address is no longer clickable. Here is the HTML code in the block: <center> <span class="fa fa-envelope"></span> <span style="color: hsl(18, 52%, 60%);" <a href="mailto:glassaletrans@gmail.com" title="glassaletrans@gmail.com">glassaletrans@gmail.com</a> </center> Any idea what the issue m It will not work because of syntax errors in your HTML. For example there is a missing ">" after the style settings. It should be: <center> <span class="fa fa-envelope"></span> <span style="color: hsl(18, 52%, 60%);"> <a href="mailto:glassaletrans@gmail.com">glassaletrans@gmail.com</a> </span> </center> About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
GregLassale Posted October 7, 2022 Author Share Posted October 7, 2022 Ah, thank you! I did think that looked a bit weird. I must have accidentally deleted the ">" sign at some point. Thanks again. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment