[solved] DocType 1.0 HTML strict and gallery
Posted: 11 May 2011, 01:47
I've installed Phoca Gallery in Joomla 1.5. Everything Is OK, but the strict HTML validator tells me 3 errors in this piece of code:
The name attribute is deprecated. I have removed and everything goes well.
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 "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
You can help me to correct?
Thank you
Code: Select all
213. < div style = "clear: both" > </div>
214. </div> < div style = "clear: both" > </div><div> </div> < form action = "http://www.nadiacaprotti.com/joomla15/galleria-fotografica" method = "post" name = "adminForm" >
215. < div class = "pgcenter" > </div>
216. < input type = "hidden" name = "controller" value = "category"/>< input type = "hidden" name = "2380da7856a8a982fa5e9cbc6009d318" value = "1"/> </form></div>
217. <div> </div>
218. <div> </div> <!--End Category </a></div>-->
Code: Select all
214 ... name = "adminForm" >Code: Select all
216. "name =" controller "value =" category "/>< input type =" hidden "name =" 2380da7856a8 … type = "hidden" name = "2380da7856a8a982fa5e9cbc6009d318" value = "1"/> </form></div>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>").
You can help me to correct?
Thank you