Hi Tim
I don't think I have the answer, but here is some information that might
help.
First, it's worth distinguishing the terminology between a heading and a
header. A header is text or other material that appears at the top of every
printed page of a document. A heading is some short text, often large and
bold, that identifies the material that follows it.
> H4.Header ... defines a style that should be applicable to the standard H4
> header
Not really. H4 would be the selector for every H4 element. H4.Header would
apply only to H4 elements with class = "Header".
>I need the final output in the html file to be:
> <h4 class="header">some text...</h4>
I don't think there is a way to do that. You can fudge by creating a
character style and applying it over the top of the paragraph style. So, in
Word's words, use paragraph style Heading 4, and a character style you use
just for the "header" class. Apply both to the text and Word will give you
<h4><span class="header">xxxxx</span></h4>
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
> Hi, I am trying to create a document in Word 2003 using our company's
> stylesheet. In the stylesheet is the following entry:
[quoted text clipped - 18 lines]
> thanks a ton.
> Tim