View Single Post
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Hollis Paul Hollis Paul is offline
external usenet poster
 
Posts: 17
Default Using a format setting in a css file

Testing Styles in the CSS overrides

This is a very long title with a large type that I want to see if I can
effect with a special format.



This is a very long title with a large type that I want to see if I can
effect with a special format which I have entered as h4.

In case anyone wants to know, the current css override, which is having
no affect on this post is:

body{
font-size : 1.1em;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
margin : 0px;
background-color: #72d8fa;
}
.post
{
border: 1px solid #CCCCCC;
border-bottom-width: 2px;
border-right-width: 2px;
padding: 4px;
margin-bottom: 20px;
background-color : #eeeeb9;
}
.post h4
{
font-size : 1.8em;
line-height: 2.0em;
text-decoration: bold;
}

The HTML in the post has the following code:

pspan style="h4;"This is a very long title with a large type that I
want to see if I can effect with a special format which I have entered
as h4. /span/p

If anyone knows what is missing, please let me know.


--
Hollis Paul
Mukilteo, WA USA