csslist wrote:
I need to get this email link to validate, i am using a coldfusion function to do this and I tried encoding it to a url safe line (urlencodedformat) but jacks it, any other ideas? or any good ideas for hiding emails from spammers that can use a dynamic email address..


http://65.36.226.10/content/contact.cfm

Aeh...I'm not a coldfusion person, but essentially you're missing the double quotes around your href attribute...can you not just stick them in?

<a href=mailto:.....>

to

<a href="mailto:....";>


--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to