Log in

View Full Version : Font Size In Coding?


ScottRowan
09-18-2007, 09:32 AM
When you are in a template what is the coding you use to make text smaller, bigger etc?

For instance:

<strong style="color:#3e92d9">?Moderators&nbsp;</strong>

How would I make that a size of 10px?

Thanks :)

Kirk Y
09-18-2007, 09:52 AM
<span style="font-weight:strong;font-size:10px;color:#3e92e9;">

ScottRowan
09-18-2007, 10:16 AM
Thanks m8 all sorted now :)