Page 1 of 1

HTML Validation

Posted: 24 Jan 2012, 02:02
by cocumocu
Hello,
I try to validate my site over some engines, and each time it says that I have an error:
<<The center element is obsolete.>>
I have 3.0.2 and use the dtree in the menu

http://www.aestheticline.info

the problem appear when the tree menu is displayed:

<div id ="phocagallery-tree-module">
<center><div style="text-align:left;"><div class="dtree"><script type="text/javascript">

Can you indicate which file should I review ?
Thank you,
Codrut

Re: HTML Validation

Posted: 25 Jan 2012, 02:08
by cocumocu
I mean, I want to eliminate the html tag <center> from the tree module:

<div id ="phocagallery-tree-module">
<center><div style="text-align:left;"><div class="dtree"><script type="text/javascript">

Where can I find this file ?
Thank you

Re: HTML Validation

Posted: 26 Jan 2012, 01:36
by Jan
Hi, see:
https://www.phoca.cz/documents/50-phoca/ ... s-validity

<center> tag is very important to allow vertical centering on some (non standard) browsers, etc.

Jan