T
Tim M.
Hi, I am trying to create a document in Word 2003 using our company's
stylesheet. In the stylesheet is the following entry:
H4.Header
{
font-size:14px;
font-family:Verdana
}
which defines a style that should be applicable to the standard H4 header,
as far as I know. However, when I attach the stylesheet, the Heading 4 that
becomes available seems to be some sort of default using Times New Roman text
and different formatting to my header style. How can I get Word to show me my
h4.header style? I know that I can create a new style with the formatting
that I want, but that defeats the purpose of what I am trying to do here. I
need the final output in the html file to be:
<h4 class="header">some text...</h4>
thanks a ton.
Tim
stylesheet. In the stylesheet is the following entry:
H4.Header
{
font-size:14px;
font-family:Verdana
}
which defines a style that should be applicable to the standard H4 header,
as far as I know. However, when I attach the stylesheet, the Heading 4 that
becomes available seems to be some sort of default using Times New Roman text
and different formatting to my header style. How can I get Word to show me my
h4.header style? I know that I can create a new style with the formatting
that I want, but that defeats the purpose of what I am trying to do here. I
need the final output in the html file to be:
<h4 class="header">some text...</h4>
thanks a ton.
Tim