Buongiorno a tutti! Sto cercando di validare una pagina asp che contiene un filmato flash.
L'errore che mi viene dato dal validatore w3c č il seguente:
----------------------------------------------------------
Line 23, Column 89: document type does not allow element "object" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "address", "fieldset", "ins", "del" start-tag .
…ome2008.swf" width="800" height="400">
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "
" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
-----------------------------------------------------------
Cercando qua e la sono stato indirizzato a seguire il "metodo Satay", ma essendo alle prime armi non so proprio come correggere l'errore sopra citato. Dovrebbe riguardare il tag object...
Vi ringrazio in partenza!!!