Hello,
I have an h1 with a span applied to the first three words to make them smaller. 
I want the bottom of the text to line up those with the rest of the heading and 
it is not.

Html:  <h1><span class="policyManualFirstLine">SBCTC Policy Manual</span> 
Chapter 4: Instructional Program and Course Development</h1>


CSS:
 h1 span.policyManualFirstLine
{
                font-size:.65em;
                vertical-align:baseline!important; /* tried this, no effect */
                padding-bottom:0;  /* tried this, no effect */
}

Is what I'm looking for possible? Am I not doing it right?


Thanks for any ideas.

Angela French
Internet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu<mailto:afre...@sbctc.edu>
www.checkoutacollege.com<http://www.checkoutacollege.com/>
www.sbctc.edu<http://www.sbctc.edu/>

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to