View Full Version : Guild Fonts


Ashbernie31
08-14-2004, 03:35 AM
How can I change my font for my guild? And sizes? Please. :)
Thanks.

Username: Goddessashley31
http://www.neopets.com/guilds/guild.phtml?oid=goddessashley31 :)

Limei
08-14-2004, 05:47 AM
You would just use the regular CSS to change your guild font:

EXAMPLE:

<style TYPE="text/css">
* {font-family: verdana; font-size: 8pt; color: black; text-decoration:none;}
a {font-family: verdana; font-size: 8pt; color: black; text-decoration:none;}
a:hover {font-family: verdana; font-size: 8pt; color: #7C73EE; text-decoration:none;}
</style>

westernrider
08-14-2004, 02:13 PM
http://www.lissaexplains.com/css.shtml

:)