http://wordpress.org/extend/plugins/template-tag-shortcodes/
i'm using - [wp_tag_cloud]
can smbd please tell how to asign a class for that code??
i see the source is:
<a href='http://x-files.net.ua/?tag=gillian-anderson' class='tag-link-17' title='2 теми' style='font-size: 8pt;'>Gillian Anderson</a>
<a href='http://x-files.net.ua/?tag=david-duchovny' class='tag-link-18' title='2 теми' style='font-size: 8pt;'>David Duchovny</a>
<a href='http://x-files.net.ua/?tag=ken-camroux' class='tag-link-186' title='1 тема ' style='font-size: 8pt;'>Ken Camroux</a>
so, in style.CSS i put
.tag-link {text-decoration:none; color:black;}
.tag-link a {text-decoration:none; color:black;}
but no result.
please help.