scusate ma sono cambiati i parametri?????
ho il seguente codice
mi da i seguenti erroricodice:<?xml verison="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTDxhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="Ciro" /> <meta name="description" content="Sito ufficiale di Lian.La nuova voce neomelodica di Napoli" /> <meta name="generator" content="Blocco note" /> <meta http-equiv="keywords" content="Lian,cantautore,neomelodico,musica,Napoli" /> <title>Lian - Official web site - Biografia</title> <link rel="stylesheet" type="text/css" href="script/layout.css" /> <head> <body> <div class="sito"> <div class="intestazione"> <object type="application/x-shockwave-flash" data="flash/intestazione.swf" width="700" height="150"> <param name="bgcolor" value="none" /> <param name="movie" value="flash/intestazione.swf" /> <PARAM NAME=wmode VALUE=transparent> </object> </div> <div class="centro1"> <object type="application/x-shockwave-flash" data="flash/biografia.swf" width="450" height="350"> <param name="bgcolor" value="none" /> <param name="movie" value="flash/biografia.swf" /> <PARAM NAME=wmode VALUE=transparent> </object> </div> </body> </html>
Line 21, column 12: there is no attribute "name" (explain...).
<PARAM name=wmode value=transparent>
^
Line 21, column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
<PARAM name=wmode value=transparent>
^
Line 21, column 24: there is no attribute "value" (explain...).
<PARAM name=wmode value=transparent>
^
Line 21, column 24: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
<PARAM name=wmode value=transparent>
^
Line 21, column 35: element "PARAM" undefined (explain...).
<PARAM name=wmode value=transparent>
^
Line 22, column 8: end tag for "PARAM" omitted, but OMITTAG NO was specified
</object>
^
Line 21, column 0: start tag was here (explain...).
<PARAM name=wmode value=transparent>
^
Line 30, column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
<PARAM name=wmode value=transparent>
^
Line 30, column 24: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
<PARAM name=wmode value=transparent>
^
Line 30, column 35: element "PARAM" undefined (explain...).
<PARAM name=wmode value=transparent>
^
Line 31, column 8: end tag for "PARAM" omitted, but OMITTAG NO was specified
</object>
^
Line 30, column 0: start tag was here (explain...).
<PARAM name=wmode value=transparent>
^
cosa succede???

Rispondi quotando