Mailto link?

User 2642995 Photo


Registered User
82 posts

Hi,

I'm trying to add a MAILTO link within the spotlight area of my shop. I added this in the pages tab on the shop home page :

[[[Fantastic Sportswear is your one-stop shop for outfitting your team, your cheerleaders and your fans! From full team uniforms, including belts and socks; to cheerleading apparel to our extensive line of spiritwear, Fantastic Sportswear covers it all with name-brand apparel.<br /><br />If you’re interested in having your item(s) decorated, please contact us for pricing. Our in-house capabilities include screen printing, embroidery and heat transfers.<br /><br />Also, if you’re interested in having an online store just for your team, ask about our Effortless Sportswear Program for team uniforms and spiritwear. You can us via email at sales@fsportswear.com, or call us at 440-942-5200.]]]

it adds all of that where I want it to be on the page, but I can't seem to get the "sales@fsportswear.com" hyperlink to show as a link, even though I've highlighted the whole link and inserted it as a link after inserting the whole paragraph with the custom html tool. It just shows up in the same color, without actually being a link. Is there a way to set this email address as a MAILTO link in this paragraph?
User 103173 Photo


VP of Software Development
0 posts

You need to include HTML markup to make it a link.

<a href="mailto:sales@fsportswear.com">sales@fsportswear.com</a>
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 2642995 Photo


Registered User
82 posts

thanks Scott
User 103173 Photo


VP of Software Development
0 posts

Chris O'Brien wrote:
thanks Scott

You can also do the same with the phone number.

<a href="tel:440-942-5200">440-942-5200</a>
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.