Thread: doctype
View Single Post
  #2 (permalink)  
Old 08-26-2004, 08:00 PM
Corey Bryant Corey Bryant is offline
WebProWorld Veteran
 
Join Date: Nov 2003
Location: Castle Rock, CO
Posts: 494
Corey Bryant RepRank 0
Default

Right now you are using:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Did you want to change that to:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Does DW offer a global find & replace?
Reply With Quote