Lisa Wilcox wrote:
> I'm at the point of tearing my hair out. 
>
> I have a site that I've got a series of issues on.
>
>  
>
> First of all the font doesn't seem to stay universal from the main content
> with 3 boxes to the wide content.
>   



Well, tearing your hair out is better than throwing yourself out a 
closed window. Sort of.


Lets get it started with:

Change this:

bbody {
    color: #000000;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
}

To:

body {
    color: #000;
    background: fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: normal;
}




>
> http://www.webgirlwebdesigns.com/testing/StPaulsv1/index.html
>
>
> Lisa Wilcox 
>
>  
>
>   

~d




______________________________________________________________________
css-discuss [cs...@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