KDF - thanks for all your work on the skins - they look much better! I was doing a little debugging on the flashing problem, and noticed a number of problems with the html.
First, there are two TITLE tags being being output for the bottom right frame. The www spec allows exactly one. One appears to be coming from TT via EN/standardheader.html(the Welcome to Slimserver tag) and the other from playlist.html. Also, the Content-type meta tag is getting generated twice via the same mechanism. There are a number of other HTML errors in various documents. Those that appear in the bottom right frame are and main frame doc are: - index.html is defined as a standard html document type, which it should be defined as using the frameset dtd - no document type defined for framed documents - align=center should be align=middle for img tags - missing end of "a" tag (ie. missing < / a > ) for song numbers (status_list.html) - link and meta tags should not have ending backslash (self closing tag) for non-xhtml documents (currently, html transitional is being used and assumed) - "disabled id" is not a valid tag in link tags used for the alternate stylesheets - the nobr tag is non-standard If you want updates, let me know. -- MrC _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
