WalkieTalkie
Technical User
I am a complete newbie, in the final stages of my first web site. I have used FrontPage, and do not know much about code.
I have used the email encoder I found at to encode my email address to reduce the risk of spam. All working well. However, I want to change the font colour of the encoded bit, and can't for the life of me make it change! I know this must be really simple for anyone who knows anything about code. Can someone please help? The code I'm using is as follows:
I figure it must be something to do with the <font> tags, and have tried shifting them all around, all to no avail. The user-side text still ends up black instead of maroon. What am I doing wrong? All offers of help gratefully received.
I have used the email encoder I found at to encode my email address to reduce the risk of spam. All working well. However, I want to change the font colour of the encoded bit, and can't for the life of me make it change! I know this must be really simple for anyone who knows anything about code. Can someone please help? The code I'm using is as follows:
Code:
<p align="left" style="margin-top:0; margin-bottom:0">
<b><font face="Century Gothic" size="1" color="#990033"><script type="text/javascript">
//<![CDATA[
<!--
var x="function f(x){var i,o=\"\",ol=x.length,l=ol;while(x.charCodeAt(l/13)!" +
"=92){try{x+=x;l+=l;}catch(e){}}for(i=l-1;i>=0;i--){o+=x.charAt(i);}return o" +
".substr(0,ol);}f(\")34,\\\"YQ[v|c=tfy330\\\\000\\\\330\\\\u8:3<5ql120\\\\71" +
"0\\\\430\\\\700\\\\i'3f)-\\\"\\\\/$`Q_530\\\\XU_J030\\\\XB520\\\\_P[]sr\\\\" +
"r020\\\\IG^@\\\\\\\\700\\\\400\\\\y]QKTQq{=~~M$lts771\\\\vfa.ja bo%mgasjpwm" +
"m6#>220\\\\>6!'w#?& )*d130\\\\y%'3(730\\\\_100\\\\630\\\\320\\\\TU]C_GC530\\"+
"\\F_UB[NCO\\\"(f};o nruter};))++y(^)i(tAedoCrahc.x(edoCrahCmorf.gnirtS=+o;7" +
"21=%y;i=+y)34==i(fi{)++i;l<i;0=i(rof;htgnel.x=l,\\\"\\\"=o,i rav{)y,x(f noi" +
"tcnuf\")" ;
while(x=eval(x));
//-->
//]]>
</script></font></b></p>
I figure it must be something to do with the <font> tags, and have tried shifting them all around, all to no avail. The user-side text still ends up black instead of maroon. What am I doing wrong? All offers of help gratefully received.