Sorry to dig this one back up but I can't figure out why I can't set a div id called "inlinetexth1" and then set it to display inline. When I try this the h1 tags inside the inlinetexth1 dive it picks up the formatting of the lines above it under the h2,.contentheading, h1.contentheading CSS Formatting. I copied the code and part of my CSS file below: </td>
</tr>
</table>
</div> <div id="mainbody">
<table class="blog" cellpadding="0" cellspacing="0"><tr><td valign="top"><div>
<table class="contentpaneopen">
<tr>
<td valign="top" colspan="2">
<br />
<div align="left">
<span class="contenttopheading">
We are glad you decided to visit our website.</span>
</div>
<div id="inlinetexth1">
<h2>Our Church, Milford Ohio</h2> is a
<h2>non-denominational Church </h2> that is dedicated to serving the community on the
<h2>eastside of City OH</h2>. We have tried to put a great deal of information on the site so you can learn about Our Church in the comfort of your home. Don't hesitate to ask questions though.<br />
</div>
<div align="left">
<span class="contenttopheading"><br />
Where should I begin? </span> - Start at the New to HPCC? menu link above. You will find a lot of great information!
</div>
<div align="left">
</div>
</td>
/* GLOBAL FORMATTING */
#pathway_div {
padding-bottom:10px;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address,.componentheading,.contentheading, h1.contentheading, h1.componentheading {
padding:5px 0px 0px 0px;
}
li,dd {
margin-left:1em;
margin-right:1em; /*for docman */
}
fieldset {
padding:.5em;
}
a {
color: #004F9E;
text-decoration: underline;
}
a img {
border-style: none;
}
#content a {
border: 0px solid #ffffff!important; /* for edit images */
}
a:hover {
text-decoration:none;
}
.contentbold {
font-size: 1.2em;
font-weight: bold;
}
h1,.componentheading, h1.componentheading {
font-size:1.4em;
font-weight:normal;
}
h2,.contentheading, h1.contentheading {
font-size:1.4em;
font-weight:normal;
}
h1#inlinetexth1 {
font-size:1.4em;
font-weight:normal;
display: inline!important;
}
h3 {
font-size:1.3em;
}
h4 {
font-size:1.2em;
}
h5 {
font-size:1.1em;
}
h6 {
font-size:1em;
}
[edited by: SuzyUK at 6:54 pm (utc) on Feb. 13, 2008]
[edit reason] examplified specifics [/edit]