Emailcloak & CSS classes? - Joomla! Forum - community, help and support
hello,
i'm using emailcloaking of joomla 1.5 , i've got following problem:
i want use css class email adresses. other links have other styles.
if emailcloaking on, ignores classes.
do have idea how change code in emailcloak can use classes?
regards,
andreas
p.s.: sorry bad english...
i'm using emailcloaking of joomla 1.5 , i've got following problem:
i want use css class email adresses. other links have other styles.
if emailcloaking on, ignores classes.
do have idea how change code in emailcloak can use classes?
regards,
andreas
p.s.: sorry bad english...

e-mail cloak respect classes.
example of code produced
a css called
.mel {
....
}
will work fine.
example of code produced
code: select all
<p><span class="mel">
<script language='javascript' type='text/javascript'>
<!--
var prefix = 'mailto:';
var suffix = '';
var attribs = '';
var path = 'hr' + 'ef' + '=';
var addy15576 = 'mymail' + '@';
addy15576 = addy15576 + 'gmail' + '.' + 'com';
var addy_text15576 = 'mail me';
document.write( '<a ' + path + '\'' + prefix + addy15576 + suffix + '\'' + attribs + '>' );
document.write( addy_text15576 );
document.write( '<\/a>' );
//-->
</script> <script language='javascript' type='text/javascript'>
<!--
document.write( '<span style=\'display: none;\'>' );
//-->
</script>•cette adresse email est protégée contre les robots des spammeurs, vous devez activer javascript pour la voir.•
<script language='javascript' type='text/javascript'>
<!--
document.write( '</' );
document.write( 'span>' );
//-->
</script></span> etc</p>
a css called
.mel {
....
}
will work fine.
Comments
Post a Comment