I dont quite understand the error message that wc3 is throwing at me. Can anybody explain them to me please? http://jigsaw.w3.org/css-validator/validator?uri=http://www.emigratingservices.com/index.php Thanks Notting
Try, for example: p { font-family:Arial,Helvetica,sans-serif; color:#000000; font-size:15px; } or p { font:15px Arial,Helvetica,sans-serif; color:#000000; } or better still p { font:15px Arial,Helvetica,sans-serif black; }