www.maudar.it richiesta per superare il w3c, fatta da neofita con insufficiente conoscenza dell’inglese ... sito fatto con editor visuale ………. Word :O(
0 ) cercando di validare in w3c … nell’errore mi viene dato linea e colonna (esempio ... Line 145, Column 31) .. .domanda : quale è la casella che devo evidenziare quando chiedo la validazione, per vedere poi ... la linea e la colonna che mi viene descritta ?
1 ) ho cercato di arrivare al sito w3c in italiano … anche per leggerne un pochettino … ma non ci sono riuscito … domanda :qual è il sito in italiano ?
2 ) cercando di validare la pagina mi vengono dati questi errori che dato il mio cattivo inglese non sono riuscito a superare e riporto di seguito questi ultimi sperando che mi possiate aiutare non come spiegazione ma con il solo codice da sostituire o modificare
3 ) Line 145, Column 31: required attribute "ALT" not specified.
src="index_file/image006.jpg"> < --- quì mi dà errore <img width=35 height=18
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Ok superato con il VS aiuto con ....
[img]percorso/immagine.estensione[/img]
..................................................
4 ) Line 73, Column 7: end tag for element "STYLE" which is not open.
</style> < --- quì mi dà errore
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.
Ok superato con il VS aiuto con ....
(<style type="text/css">
.................................................. .................
5 ) e adesso incominciano i dolori
6 ) Line 56, Column 1: invalid comment declaration: found character "/" outside comment
but inside comment declaration.
quì mi dà errore ----- > /* Style Definitions */
Check that you are using a proper syntax for your comments, e.g: . This error may appear if you forget the last "--" to close one comment, and later open another.
.................................................. ...............................
7) Line 37, Column 0: comment declaration started here.
quì mi dà errore ----- > <!--[if !mso]>
.................................................. ................................
8 )Line 75, Column 6: end tag for element "HEAD" which is not open.
</head> < --- quì mi dà errore
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.
.................................................. ...............
9 ) Line 85, Column 55: document type does not allow element "BODY" here.
<body bgcolor=black lang=IT style='tab-interval:35.4pt'>
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
avevo messo prima questo e mi dà errore
<body bgcolor=black lang=IT>
allora lo ho sostituito con questo .... ma mi dà errore
<body bgcolor=black lang=IT style='tab-interval:35.4pt'>
mi era stato consigliato di metterlo fra gli head … ma mi dà errore….. dove stò sbagliando ?
.................................................. .................
ringrazio anticipatamente chi mi aiuterà … sperando di essere stato almeno chiaro … :O)