Replies

Oct 11, 2009 16 years ago
tommyroxitharder
is a survivor
User Avatar

Okay, i apologize if this is written elsewhere or there is already a similar thread, but what are the different text decorations you can use? How do you make links go all uppercase when hover them. And a side question- my font size wont change. Why is that?

Oct 11, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

Text-decoration property values

To go all uppercase: text-transform: uppercase;

If you mean your forumtext font size, you need to add "PT" after the font size. Ex: 8PT

Oct 11, 2009 16 years ago
tommyroxitharder
is a survivor
User Avatar

Thanks so much! :D I got it now. I was using decoration instead of transform, and px instead of pt. :x

Please log in to reply to this topic.