Direct email link from within the page - html
You may wish to make your name into a direct email link that opens an email
box with your email address already in the 'To' field, by following these
instructions:
If you are in the WYSIWYG Edit Text box, click on the View HTML Source button shown by the "<>" symbol.
Insert the following html code around 'Your Name'
located in the text:
<A href="mailto:yourname1@eq.edu.au">Your
Name</A>
This will appear as a hyperlink of your name, e.g.
"Your Name" in this case, which, when clicked on with the mouse, will open an email window
with your email address (e.g. yourname1@eq.edu.au) already in it.
|