Salve a tutti, sto facendo un sito modificando il template ja purity con un tema grafico scuro, quindi cambiando soltanto il colore... Con google chrome e firefox tutto corretto solamente con internet explorer alcune pagine (quattro in totale )mi si vedono in bianco e non si riesce a leggere il testo...
l'errore comune che hanno le pagine è il seguente:
Line xxx, Column xx: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag[br /]<div class="pagenavbar"><div><a href="/index.php?option=com_content&v…
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>") 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.
Non so se possa dipendare da questo, come posso risolvere?