I must be doing something wrong, but I sure can't see what!

Here is an example page:   http://sbctc.edu/college/f_accounting.aspx . I'm 
trying to put a bit of margin-bottom on the "Get help downloading files" .  If 
I try some other style, say a border-bottom, it takes, so there must be 
something I'm not understanding about margin-bottom on block elements.

Here is the html and the css:

<p><a href="../readers.aspx" class="downloadhelp"><img 
src="../imgs/layout/help-icon.png" alt="Help" width="16" height="16">Get help 
downloading files.</a></p>

Here is the css:

p a.downloadhelp
{
margin-bottom:20px!important;


}

p a.downloadhelp img
{
                text-decoration: none;
                border: 0 none;
                margin-right:5px;

                }

As always, thank you.


Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
[email protected]
http://www.checkoutacollege.com/

______________________________________________________________________
css-discuss [[email protected]]
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