+ Reply to Thread
Results 1 to 3 of 3

Thread: Any one know?

  1. #1
    Join Date
    Nov 2004
    Location
    Richmond
    Posts
    203

    Default Any one know?

    why my terminating </html> will not save on front page when using this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    at the top of the page?

    The terminating tag saves to the page when like this
    <html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    </html>

    But not without <html> at the beginning. Which is correct?
    mtgman
    Last edited by mtgman; 03-27-2005 at 11:19 AM.

  2. #2
    Join Date
    Mar 2005
    Posts
    388

    Default Re: Any one know?

    How about -

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>

    blah, blah, blah.

    </html>

  3. #3
    Join Date
    Nov 2004
    Location
    Richmond
    Posts
    203

    Default Re: Any one know?

    Thanks, I finally realized that , sometimes My brian goes to @!@!.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts