Hi i got 7290 model
When i receive an email with a link which consists of a mailto tag, I'm seeing the whole code of the tag instead seeing a click able link only.
I'm expecting to see "
ClickME"
But seeing :
ClickME
<mailto:name@company.com?subject=MySubject>
I can click and use the mailto code properly, but still, it looks ugly.
Here is the code behind the msg file:
Code:
<?xml version="1.0"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "hxxp://vvv.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="BlaBla" title="BlaBla/BlaBla">
<p>
<a href="mailto:name@company.com??subject=MySubject">ClickME</a>
</p>
</card>
</wml>
p.s i put hxxp://vvv inside the code because i cant post it properly since i didn't posted enough posts.
Thanks ahead.