WebCatalog's Browser Info.txt file format
Mozilla/1.0 1 T Mozilla/1.1 1 T Mozilla/1.2 2 F Mozilla/1. 2 T Mozilla/2. 2 T Mozilla/3. 3 T
The list above says that
Any browser not listed will be assumed to be [HTML1] and non-SSL.
As new browsers reach the market, you can modify this file so that WebCatalog
can display correct HTML for each one.
One thing to remember is that [HTML1], [HTML2], [HTML3] are arbitrary classifications that do not correspond to W3.org's definitions of HTML levels. They are just 3 different classifications that you can make however you wish. If you do not include special HTML code for Netscape 3.x, then Browser Info.txt would work better if the last line of the file said, 'Mozilla/3. 2 T' If you want to set up a site that displays information as a table to table-capable browsers and uses a non-table way to display the information to non table-capable browsers, then there is no need to use [HTML3] at all. You would only use table [HTML2] and non-table [HTML1] ways to display information. Even if you used frames, only 2 different sets of [HTML] need to be used because the frame information is put inside of a HTML comment.