<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Read more at: http://www.w3.org/TR/xhtml1/#docconf --Zachary On Wed, 09 Feb 2005 09:11:21 -0330, Paul <[EMAIL PROTECTED]> wrote: > So what is the pure transitional doctype: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ? > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Peter Firminger > Sent: Wednesday, February 09, 2005 9:02 AM > To: [email protected] > Subject: RE: [WSG] Tentative validation > > You have a mixed doctype, the declaration says strict but the uri points > to the transitional dtd. > > P > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > On Behalf Of Paul > > Sent: Wednesday, February 09, 2005 11:28 PM > > To: [email protected] > > Subject: RE: [WSG] Tentative validation > > > > Thanks I added a content type in my header but it is telling me the > > issue lies with this line: > > > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > > and I should > > change it to the new xhtml 1.1 transitional doctype, how does that > > doctype differ from what I am using, besides replacing Strict with > > Transitional. > > > > Paul > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > On Behalf Of Isac Backlund > > Sent: Tuesday, February 08, 2005 6:44 PM > > To: [email protected] > > Subject: Re: [WSG] Tentative validation > > > > > > Paul skrev: > > > > > When I am validating I always seem to only tentatively > > validate ( i.e > > > http://www.speakupnow.ca/wu/audiovideo.php ) , is there something I > > > can add to my code to make it fully validate? > > > > > > Paul > > > > Hi. > > Try adding at content-type > > > > <meta http-equiv="Content-Type" content="text/html; > > charset=iso-8859-1"> > > > > mv icaaq > > > > > > > > ****************************************************** > > The discussion list for http://webstandardsgroup.org/ > > > > See http://webstandardsgroup.org/mail/guidelines.cfm > > for some hints on posting to the list & getting help > > ****************************************************** > > > > ****************************************************** > > The discussion list for http://webstandardsgroup.org/ > > > > See http://webstandardsgroup.org/mail/guidelines.cfm > > for some hints on posting to the list & getting help > > ****************************************************** > > > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > -- ================================================== "The best way to predict the future is to invent it." [EMAIL PROTECTED] http://www.hopkinsprogramming.net ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
