www.maudar.it .......... neofita in gran carriera

per il mio cattivo inglese non riesco a risolvere questi problemi


Line 177, Column 39: end tag for "SPAN" omitted, but its declaration does not permit this .
font-family:Arial;color:#FFFFCC'></td>
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed. The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

Line 176, Column 50: start tag was here .

Amortiguadores, Amortizoare...</span></em> <span style='font-size:16.0pt;

Line 183, Column 95: an attribute value must be a literal unless it contains only name characters .
…9_04_news_it_01pag.html"><span style= color:#FFFFCC;text-decoration:none”><im

You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

Line 191 .... 185, end tag for element "EM" "SPAN" which is not open .

…-Absorbers Maudar's site"></span> </em> </td>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem

ringrazio anticipatamente :O)