> I am slowly updating my On-Rev website
>
> <http://medard.on-rev.com/>
>
> struggling with CSS in order to obtain an acceptable look ;-)
>
> I recently added a "write to the webmeaster" line
> knowing that it is not advisable to write down clearly email addresses

One very easy way is just to break up the address e.g.
put "sara" & h.reic" & "helt" & numToChar(64) & "gmai" & "l.com" into tEmail

Another way is to encode the characters, so that a link to email me
would look like:
<a 
href="mailto:&#115;&#0097;&#114;&#097;&#104;&#0046;&#00114;&#101;&#105;&#99;&#104;&#101;l&#0116;&#064;&#00103;&#00109;&#097;&#00105;&#108;&#0046;&#99;&#00111;&#00109;";>Email
me</a>
(Hopefully the email system will not decode it along the way.)

Using On-Rev scripting itself to encode the email could be done, but
it would mean that somewhere in the source files, you would have to
keep the actual address, so I prefer to encode first and just use the
encoded version in my pages.
You can download my EmailEncoder
<http://www.troz.net/rev/stacks/EmailEncoder.rev>
or use it as a revlet <http://www.troz.net/rev/revweb.irev?revlet=EmailEncoder>

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to