Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

doctype


cilia

Recommended Posts

Posted

Working with my first OSCommerce cart setup and prowling all around but not yet found where the doctype declaration is set. I'd like to change it from quirks mode to one that references the URL.

ie: from

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

to

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">

 

Thanks!

Posted

Sorry---I'm an idiot. I was expecting it to be part of an include but I see it's just noted in the markup of each individual '.php' file. Thanks anyway!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...