Hi guys, If i have an email address on a page the account is going to start getting spam pretty quickly. How can i get around this - i.e. not have the email address on the page but still display it. i.e.: http://www.platformwebsites.com/contact.htm Cheers Notting
Hi, I did mine this way... I PMd you... http://links.joygoround.com scroll down. see where it says email me. <a href="mailto:youremail@yourdomain.com?subject=need more info" onMouseOver="window.status='email joygoround to trade links'; return true;" onMouseOut="window.status=' '; return true;">Click Here to email me</a> Code (markup): change email address change ?subject= change mouse over window status change mouse out window status Hope this helps