Re: [WSG] XHTML/HTML

2004-05-23 Thread Mordechai Peller
Mike Pepper wrote: Agreed. I now just do XHTML 1.1. There is no 'strict'; just markup. I don't see any reason to use anything less (except, maybe when dealing with legacy code). There are countless pros and cons (like the IE xml prelude) but it's helped me get a better understanding of the mar

RE: [WSG] XHTML/HTML

2004-05-18 Thread Allan Jensen
If you use http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> *** XHTML 1.1 *** And remember close your code or then you should not have any problem. XHTML strict see more http://www.w3c.org and all code you make should be in lowercases eks. Allan ***

RE: [WSG] XHTML/HTML

2004-05-15 Thread Mike Pepper
d I'm a TS3 Pro man. Great editor.) Mike Pepper Accessible Web Developer www.seowebsitepromotion.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rev. Bob 'Bob' Crispen Sent: 15 May 2004 12:35 To: [EMAIL PROTECTED] Subject: Re: [WSG] XHTML

Re: [WSG] XHTML/HTML

2004-05-15 Thread Rev. Bob 'Bob' Crispen
The voices are telling me that YoYoEtc said on 5/14/2004 5:57 PM: So does that mean if I put "XHTML 1.0 Transitional that any code that is of either HTML 4.0 or XHTML 1.0 will be accepted by validators? I see my validator is presently set at HTML 4.0 Transitional so I assume that means that the

Re: [WSG] XHTML/HTML

2004-05-14 Thread mario
As long as its valid and well-formed markup then the validator will acknowledge your site as compliant. However, if not, then it will provide you a list of errors when using inproper markup with either HTML or XHTML depending on your DOCTYPE. I'm sure not sure what version of HTML the validator

RE: [WSG] XHTML/HTML

2004-05-14 Thread Peter Firminger
Hi Tina, I would suggest using HTML 4.01 Transitional over HTML 4.0 but I can't remember why now. I think (maybe) it is more consistently displayed across browsers. I know we had a reason to make sure we changed all our stuff years ago but it was probably to do with NN 4 at that stage. There is n

RE: [WSG] XHTML/HTML

2004-05-14 Thread Mike Pepper
: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [WSG] XHTML/HTML Hi Tina, If you use strict then the code and syntax is far more stringent in order to validate because many tags/elements have been deprecated. Transitional allows for more flexibility, and less stringent adherence to st

Re: [WSG] XHTML/HTML

2004-05-14 Thread John Allsopp
Tina, So does that mean if I put "XHTML 1.0 Transitional that any code that is of either HTML 4.0 or XHTML 1.0 will be accepted by validators? forgive me if some of this is a little introductory. A document type or DTD defines the syntax for an application of SGML (in the case of HTML, which i

Re: [WSG] XHTML/HTML

2004-05-14 Thread YoYoEtc
So does that mean if I put "XHTML 1.0 Transitional that any code that is of either HTML 4.0 or XHTML 1.0 will be accepted by validators? I see my validator is presently set at HTML 4.0 Transitional so I assume that means that the validator will accept anything between HTML 3.2 (which I believe

Re: [WSG] XHTML/HTML

2004-05-14 Thread mario
Hi Tina, If you use strict then the code and syntax is far more stringent in order to validate because many tags/elements have been deprecated. Transitional allows for more flexibility, and less stringent adherence to standard/compliant markup. Respectfully yours, Mario S. Cisneros > I learned

[WSG] XHTML/HTML

2004-05-14 Thread YoYoEtc
I learned HTML with HTML 4.0 and I am now moving over to XHTML as it seems that all future coding will be XHTML. I know that XHTML is stricter in its formation, but I am curious to know what I should put in the DOCTYPE area of my pages if I am using XHTML. Is it HTML 4.0 Transitional or XHTML