Thursday, August 23

Alter on profile display name

On your profile, ever wondered how to change the size/font/color of your display name, here's how:

<style type="text/css">
.nametext {
font-family: Tahoma;
font-size: 20px;
color: blue;
font-weight: bold;
text-decoration: underline;
text-align: center;
display: block;
}
</style>

Alter it to your hearts content...

No comments:


AddThis Social Bookmark Button