h1

I had a paragraph style just right and then wanted it to be my h1 style, when it made it an h1 style it shows as extra bold in the browser and doesn’t look very nice. Is this normal? or is there a way round it looking like this?

Nathan Garner
Partner

Austin Wells Design Consultants
1 Elmgate Drive, Littledown, Bournemouth BH7 7EF
+44 (0)1202 301271
email@hidden
http://www.awdc-creative.com

Member of NAPP

H1 tags are like a browser wide recognizable default HTML acceptable tags, like a “body” tag that has a pre-defined browser setting.

To defer the bold you’ll have to hit the extended button for that h1 style and put in a CSS property and attribute:

Name: font-weight
Value: normal

That should drop the bold factor. (also don’t use the Name, and Value part, those are just to show the entry box names)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you Dan. Much appreciated.

Nathan Garner
Partner

Austin Wells Design Consultants
1 Elmgate Drive, Littledown, Bournemouth BH7 7EF
+44 (0)1202 301271
email@hidden
http://www.awdc-creative.com

Member of NAPP

On 17 Sep 2008, at 19:16, Dan J wrote:

H1 tags are like a browser wide recognizable default HTML acceptable tags, like a “body” tag that has a pre-defined browser setting.

To defer the bold you’ll have to hit the extended button for that h1 style and put in a CSS property and attribute:

Name: font-weight
Value: normal

That should drop the bold factor. (also don’t use the Name, and Value part, those are just to show the entry box names)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options