Nov 10, 2003 #1 johnmak Programmer Apr 7, 2003 51 GB Hi there i want to add a stylesheet class into a Javascript email riddler script? document.write('<a href="mailto:'+postemail2130+'">enquires@mediasurgery.co.uk</a> ') Where do i add the " class="greyLinks" " Thanks.John.
Hi there i want to add a stylesheet class into a Javascript email riddler script? document.write('<a href="mailto:'+postemail2130+'">enquires@mediasurgery.co.uk</a> ') Where do i add the " class="greyLinks" " Thanks.John.
Nov 10, 2003 #2 secretsquirrel Programmer Mar 22, 2001 202 GB it should work if you do... document.write('<a class="greyLinks" href="mailto:'+postemail2130+'">enquires@mediasurgery.co.uk</a> ') hope this helps, ss... Upvote 0 Downvote
it should work if you do... document.write('<a class="greyLinks" href="mailto:'+postemail2130+'">enquires@mediasurgery.co.uk</a> ') hope this helps, ss...
Nov 11, 2003 Thread starter #3 johnmak Programmer Apr 7, 2003 51 GB Many thanks. I love these forums. Upvote 0 Downvote