Question
How to code FOSI for mailto:
Adepters:
We've got an email element that contains an address attribute. For example:
<email address="abc@def.com<<a" style="COLOR:" blue;=" text-decoration:=" underline"=" target="_BLANK" href="mailto:abc@def.com">>DEF">mailto:abc@def.com>>DEF Company</email>
Does anyone know how I can code the FOSI to make this active in a PDF? We're using PE 5.3, direct-to-PDF.
I've tried FOSI coding similar to what we use for a URL link, but this doesn't work (even if I include mailto: or
<charlist>
<indent inherit="1">
<quadding inherit="1">
<highlt inherit="1" fontclr="blue">
</charlist>
<att logic="and">
<fillval attname="id" fillcat="link" fillchar="address">
</att>
</e-i-c>
Dave Hintz
We've got an email element that contains an address attribute. For example:
<email address="abc@def.com<<a" style="COLOR:" blue;=" text-decoration:=" underline"=" target="_BLANK" href="mailto:abc@def.com">>DEF">mailto:abc@def.com>>DEF Company</email>
Does anyone know how I can code the FOSI to make this active in a PDF? We're using PE 5.3, direct-to-PDF.
I've tried FOSI coding similar to what we use for a URL link, but this doesn't work (even if I include mailto: or
<charlist>
<indent inherit="1">
<quadding inherit="1">
<highlt inherit="1" fontclr="blue">
</charlist>
<att logic="and">
<fillval attname="id" fillcat="link" fillchar="address">
</att>
</e-i-c>
Dave Hintz

