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> Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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