Actually I think it's that opening and closing tags must have the SAME case.
I don't think they have to be all lower case though. Thus <button> must be
matched with </button>, <BUTTON> with </BUTTON>, and <Button> with
</Button>.

I still don't know if any of this will help the original questioner, but at
least we're encouraging good practice.

Jill


-----Original Message-----
From: Bobo Wieland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 8:28 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Wierd Windows Problems


in that case: since quoting attributes is only _really_ neccesary in xhtml,
</Button> should be </button>, since all tag and attribute namnes must be in
lower-case, too...


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to