I noticed XnView has a incorrect <tr> tag towards the end of the HTML file.
The tag should be a closing tag </tr> not opening tag.

Moderators: helmut, XnTriq, xnview
Good to see that someone actually looked into the HTML generation. Pierre has made real changes in this area and with the right CSS, the pages generated can look really nice.
Ok, i'll fix itckit wrote:Using the HTML Validator 0.5.9 extension in Firefox,
I noticed XnView has a incorrect <tr> tag towards the end of the HTML file.
The tag should be a closing tag </tr> not opening tag.
I runned html pages through HTML tidy now I am sure it's not there anymoreDreamer wrote:ckit, could you confirm it too?
Thanks. I made whole set of those. Take a lookOlive wrote:nice icon =)
4.1 strict or xhtml is the way to go...
I forgot that there are two typy of HTML templates with frames and not frames.helmut wrote:There have been various issues:
== In Template "_Default - Frame"
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
Code: Select all
C:\windows\HELP\HTMLREF.CHM
Thanks, I really appreciate the help on that.Olive wrote:i'm not sure border:0; is valid css. Use border:none; or border:0px;
also don't forget to add a meta tag for character encoding