How do I control the font style and size of contact web designer?
I have CSS styles but they will not effect this script as I would like.
Thanks
<script type="text/javascript">
/*<![CDATA[*/
/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
<!-- Encrypted version of: richardcampbell [at] *****.*** //-->
var emailriddlerarray=[114,105,99,104,97,114,100,99,97,109,112,98,101,108,108,64,103,109,97,105,108,46,99,111,109]
var encryptedemail_id12='' //variable to contain encrypted email
for (var i=0; i<emailriddlerarray.length; i++)
encryptedemail_id12+=String.fromCharCode(emailriddlerarray[i])
document.write('<a href="mailto:'+encryptedemail_id12+'">Contact Web Designer</a>')
/*]]>*/
</script>



Reply With Quote

Bookmarks