Click to See Complete Forum and Search --> : html 3.2 ? Anyone?


infinitemika
06-15-2005, 08:13 AM
I have a site www.dvdrentals4less.com that I created with frontpage. On my computer it looks great, but when I go to anybrowser.com, to check it on there site veiwer, I find drastic changes? Site viewer uses html 3.2.(below) What did I do wrong with my site, how can I fix it so everyone see's my site the way it should be seen?

Thank you,
Mike G

AnyBrowser iii Specification


What is the AnyBrowser iii Specification?
It is an HTML specification similar to the "Standard" specifications. It differs from the standard specification in that it is based on real world facts. If you're site is build using this specification then your site will be seem by the largest possible percentage of Internet users.

The AnyBrowser iii Specification is based on the HTML 3.2 specification with the following additions:
--------------------------------------------------------------------------------
Tag Attribute Comment
TABLE bgcolor Allow Background color for tables
TD bgcolor Allow a table cell to have a background color
TR bgcolor Allow a table cell to have a background Row
FONT face Sets the type face for text

Fang
06-15-2005, 08:24 AM
See the validator errors (http://validator.w3.org/check?verbose=1&uri=http%3A//www.dvdrentals4less.com/)

the tree
06-15-2005, 10:08 AM
HTML 3.2 is largley pointless now anyway, use HTML 4.01 strict for new sites. All those additions are already accounted for using styles rather than presentational HTML. Get with the times.

p.s. That site is also very very ugly.

gizmo
06-15-2005, 10:21 AM
Webtv uses html 3.2 and a screen resolution of 544x372 with a maximum height of 800px. Its use will depend on your intended audience.

Charles
06-15-2005, 04:45 PM
HTML 3.2 is only suitable for graphical browsers, which is why we have HTML 4.01 Strict, which is suitable for all browsers.