I'm getting the error: Value Error : font Parse Error [empty string] Code (markup): For the line: .left {float:left; width:220px; padding-right:10px; padding-left:20px; color:#333; font:11px;} Code (markup): HALP! >< Thanks :-D
You failed to include the font-family. If all you want to set is the size, use the font-size property, e.g. {font-size: 11px;}. See §15.8 Shorthand font property: the 'font' property. cheers, gary