On 14 Dec 2007, at 17:32, Michael Horowitz wrote:

I am wondering if there is an issue in how I am redefining

.module-content
{
        margin: 5px 0 20px 0;
        color: #FF0000;
        font-family: 'Trebuchet MS', Verdana, sans-serif;
        font-size: medium;
        line-height: 150%;
        
        
        
        text-align: left;
}

I can't change this code I can only append new css to the end of the file where I add


.module-content
{
             margin: 0px 0 0px 0;
        color: #d22539;
}


Could I be doing something wrong here?

coming in late, but when I'm puzzled about things in CSS I add borders to the elements to see where they are.

I suspect you are removing the margins on the div okay, but that's not what's controlling the link widths - that's in the defaults, and might all come down to the widths you have set on the links..

;)


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to