Font Properties |
Font Properties |
Nov 26 2006, 06:11 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Mar 2006 Member No: 387,099 |
I realllllllly like this one layout but the only problem with it is that the font properties are all the same. There's no bold, no italic, no strikethrough, nothing. How do I change that? Here's the normal coding:
b, stong {font-family:small fonts; font-size: 7px; color: 333333; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 10px;} if anyone is wondering, it's from this layout: http://www.createblog.com/layouts/download.php?id=13578 correction! there is underline and italicize, but no bold. how do i fix that? |
|
|
|
toyo loco Change font-weight: normal;
to font-weight: bold; Nov 26 2006, 06:12 PM
xOp00kyOx THANK YOU! Nov 26 2006, 06:27 PM![]() ![]() |