views:

149

answers:

1

This is what I have typed in the footer message section from the site configuration, sight information page:

Copyright Sage 2010 | Contact Us: < a ="mailto:[email protected]" >[email protected]< / a> | < a="www.mysite.org/contactoptions" >other contact options< / a>

However, when i click on the links nothing happens. I was told all I need to do is set input format to 'Full HTML' in drupal to make that work. But it still doesn't work.

+2  A: 

You appear to be missing the 'href' attribute. Also, lose the spaces. It should be:

Contact Us: <a href="mailto:[email protected]">[email protected]</a>

Something similar works fine on my drupal site.

Roger Lipscombe
Thanks! I need to take an html refresher.
Behrooz Karjooravary

related questions