Ho la pagina utf-8 HTML5 mi da questo errore
Element br not allowed as child of element ul in this context. (Suppressing further errors from this subtree.)
Codice PHP:
<ul style="list-style-type:disc">
<li>testo1</li>
<br>
<li>testo2</li>
</ul>
Printable View
Ho la pagina utf-8 HTML5 mi da questo errore
Element br not allowed as child of element ul in this context. (Suppressing further errors from this subtree.)
Codice PHP:
<ul style="list-style-type:disc">
<li>testo1</li>
<br>
<li>testo2</li>
</ul>
In un menù non ha senso "andare a capo".... Se vuoi spaziare, puoi usare margin-top (o margin-bottom) al "li" che vuoi spaziare...
Ciao!