Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

njj942

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

njj942's Achievements

  1. Bill, thank you so much for your reply. So I just reverted the code back to the original code and I am still getting the error. My html is as follows: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> </head> But I'm still getting the doctype missing error from the validation. Here's a link to the validation page: Validation What should I do? Thanks again for the help :thumbsup:
  2. Yeah it looks fine, but if you run a html validation on the page it comes back with a doctype missing error even though I have specified the doctype on the page. CAN SOMEONE PLEASE HELP ME!!! Another user on here said that they were having the same problem so its not just me. I would like to get the doctype error resolved even though the page displays correctly. Here is the error message that I am getting when I validate the page: This page is not Valid (no Doctype found)! Result: Failed validation, 194 Errors Address: Modified: (undefined) Server: Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 Size: (undefined) Content-Type: text/html Encoding: iso-8859-1 Doctype: (no Doctype found) Root Element: br I have in my page the following code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Shaw's Saddlery</title> <base href="http://shawssaddlery.com/catalog/"> Here is a link so that you can run the validation as well if need be: My Catalog PLEASE PLEASE HELP ME!!! Its probably something stupid that I'm overlooking, but I can't seem to figure it out and I've tried everything that I can think of.
  3. So I'm trying to trouble shoot some issues that I'm having with oscommerce. I have installed the catalog and the catalog page is up and running. I've installed the newest version of sts_template, but when I validate the html I'm getting a doctype error that says: But my page includes the following code: Here is a link to my page: My Catalog I have tried everything that I can think of to try and fix this with no result. Can someone please help me??? :'(
×
×
  • Create New...