H
Hollis Paul
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:
<p><span 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.
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:
<p><span 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.