On Tue, 29 Jun 2010, Donald Fruy wrote:

> On Tue, Jun 29, 2010 at 7:39 PM,  <r...@catjuggling.com> wrote:
> >>> I have a page up at http://efri.dreamhosters.com and is loking fine in
> >>> Firefox, Chrome and Safari, but IE8 looks broken as hell.
> >
> >> Add a doctype and bring it back.
> >
> > There are also errors in the CSS. For example, there is a missing semicolon
> > on line 22. Try validating the CSS.
> >
> > Russ
> >
> 
> Hi,
> 
> .... and it's important to close properly each open tag
> 
> 
> <!doctype html>
> <html>
> <head>
> ....
> </head>
> <body>
> ....
> </body> <!-- don't forget this -->
> </html> <!-- and this -->

   The closing tags for BODY and HTML (as well as HEAD and some
   others) are optional in HTML4.01.

-- 
   Chris F.A. Johnson, <http://cfajohnson.com>
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to