Click to See Complete Forum and Search --> : Bold Text


The Little Guy
03-22-2005, 12:11 PM
Im making some links, and I want to it to be bold, so I made it bold, but then I look at it, and it isn't bold enough. How can I make it bolder?

Here is the code that I'm using:

A:link { text-decoration: none; color: FFFFFF; font-weight: bold;}
A:visited { text-decoration: none; color: FFFFFF; font-weight: bold;}
A:hover { text-decoration: underline; color: 000000; font-weight: bold;}

Jona
03-22-2005, 12:35 PM
Bold is the boldest it gets. You can make the font bigger, but you can't make it more bold.

BrainDonor
03-22-2005, 12:53 PM
Originally posted by Jona
Bold is the boldest it gets. You can make the font bigger, but you can't make it more bold.

Boldly speaking, of course. :D

PeOfEo
03-22-2005, 01:02 PM
Originally posted by TomWeinstock
Boldly speaking, of course. :D hahaha... You guys....

felgall
03-22-2005, 01:40 PM
Bold isn't the boldest that it gets. Try

font-weight: bolder;

or

font-weight: 900;

The second of these is as bold as it gets.

Jona
03-22-2005, 01:46 PM
Interesting - "font-weight: 900" always gave me the same thing as "font-weight: bold" so I assumed it was supposed to be like that.

Oh, and Tom, very nice. :p