Announcement

Collapse
No announcement yet.

Incomplete doctype??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Incomplete doctype??

    Was pointed out to me that my doctype is incomplete it currently reads
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

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

    Which is right?

    Thanks
    Rounds Tool Distribution
    Power Tools, Hand Tools and Workwear
    http://www.roundstooldistribution.co.uk

    #2
    V8 through V11 use
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    And SD 2013 uses
    Code:
    <!DOCTYPE HTML>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks Norman i will change it today.
      Rounds Tool Distribution
      Power Tools, Hand Tools and Workwear
      http://www.roundstooldistribution.co.uk

      Comment

      Working...
      X