21293 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 354 Views |
-
menu item mailto

12 June 2011 at 7:06am
Hello
This must be a dumb question but I would like to set up a menu item so when I click on it just triggers a mailto
<a href="mailto:name@adress.com">name</a>Any clue ?
Thanks
-
Re: menu item mailto

12 June 2011 at 11:15pm
that's not so difficult - just add a fixed menu item into your templates dynamic menu structure. Something like this (very simplified):
<ul>
<% control Menu(1) %>
<li><a href="$Link">$MenuTitle</a></li>
<% end_control %>
<li><a href="mailto:name@adress.com">name</a></li>
</ul>
| 354 Views | ||
|
Page:
1
|
Go to Top |

