Originariamente inviato da Mozz21
Ciao a tutti

Sono nuovo del forum

Complimenti per il lavoro che svolgete, vi seguo già da molto tempo

Allora: sto creando un sito web per scuola e ho un problema... il sito é creato con un editor di testo "blocco note". Il problema é il logo che ho inserito, poiché una volta che lo valido nel validatore 3wc (http://validator.w3.org/#validate_by_upload) mi da errore proprio nei tag nel logo ma non riesco a capire il motivo.

Il mio codice sorgente che mi da problemi é questo:

<title> Royal Events </title>


</head>



<body>

[img]Royal_events-nastro.png[/img] Questo tag mi da problemi

<h1>Royal Events</h1>

<div class="divisore"></div>

<h2>Menu</h2>





Vedi errore:

Validation Output: 1 Error

1. Error Line 23, Column 63: document type does not allow element "img" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "address", "fieldset", "ins", "del" start-tag

[img]Royal_events-nastro.png[/img]


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>").

In attesa di un vostro aiuto vi ringrazio

Saluti Mozz
prova a metterlo dentro un div.