Sales or Technical Support: (503) 468-4890 or
help@buildableworks.com
Sales or Technical Support: (503) 468-4890 or
help@buildableworks.com
This section will teach you how to make a clickable link to an email address with or without the Wysiwyg editor.
It's a simple process that you will master in seconds.
Sometimes, you want to insert these links in section of the admin panel where you do not have an HTML editor.
This is where you need to type html directly. Do it this way:
"< a href="mailto:john@example.com">John< /a>"
Everything in the above is important. "john@example.com" is the email address you will link to; and "John" is the text that will be displayed on your website. Do not include the quotes or spaces before the angle brackets.
That's it. This is raw html, do not type this into the editor when it's in text mode (the default), it won't work. You have to type this in the HTML mode of the text editor, or in a text field that does not have the HTML editor (no toolbars)