PDA

Click to See Complete Forum and Search --> : [B]Testing for Bold[/B] How do you get bold in title?


EntityX
Aug 15th, 2008, 07:14 PM
asdffffff

syntaxeater
Aug 15th, 2008, 08:28 PM
You don't.

1) What person would not bold their heading if they could (caps lock and [URGENT] tags are bad enough).
2) There's no where to go with the style; nothing renderable anyway.. The <a> tag is wrapped by a strong element (which the DOM treats as if fontWeight was set to 700). You could make it up to 900, but none of the (atleast the core) browsers care about values past 700.

EntityX
Aug 15th, 2008, 09:26 PM
You don't.

1) What person would not bold their heading if they could (caps lock and [URGENT] tags are bad enough).
2) There's no where to go with the style; nothing renderable anyway.. The <a> tag is wrapped by a strong element (which the DOM treats as if fontWeight was set to 700). You could make it up to 900, but none of the (atleast the core) browsers care about values past 700.

Why is it that certain members are able to make the heading bold. dclamp in this section and in other areas of VBForums I see has bold in his headings.

Something that's weird is that I saw bold in the title for this thread after the first time I looked at post #2 of this thread and then backed out of it clicking on Forum Test Area. I returned to Forum Test Area just before posting this and I noticed it was no longer bold.

syntaxeater
Aug 15th, 2008, 10:16 PM
Any thread that you have not read or has a new reply you have not seen - appear bolded.

RobDog888
Aug 16th, 2008, 12:35 AM
Post link

EntityX
Aug 16th, 2008, 12:38 AM
Any thread that you have not read or has a new reply you have not seen - appear bolded.

Didn't know and didn't figure out but I should have.