I have a page where I’ve successfully done the following using just the "Document Content":
President John Doe 555-1212 email:
[email protected] (Using FSCKEditor link).
I would like to do the same for something like:
<a href="usage.html" title="Using this web site">Using this Web Site</a>.
However, this causes the entire text to appear on the page. How can I just have the text "Using this web site"
be a link to another page ?
I’d also like to be able to click on a menu button (i.e. "Contact Us") and go straight to a mailto link like the follow does:
<a href="mailto:
[email protected]" title="Contact Us">Contact Us</a>
Can I do this within the "Document Content" , or does html need to be in a chunk or a template ?
At least my menus look nice at this point