On Apr 9, 2008, at 11:29 AM, Daniel Brown wrote:
On Wed, Apr 9, 2008 at 11:18 AM, Jason Pruim <japruim@xxxxxxxxxx>
wrote:
On Apr 9, 2008, at 11:09 AM, Jim Lucas wrote:
While we are on the topic of the <form...>...</form> tags, just a
side
note. It is invalid HTML syntax to have any tag between your
<table><ILLEGAL><tr><ILLEGAL><td> ok here
</td><ILLEGAL></tr><ILLEGAL></table>
But something like:
<table><TR><TD>stuff here</TD></TR></table> is okay right? Just
wanted to
double check since that's how all my stuff is and it works... but
just
because it works doesn't mean it's right :)
First day with the new eyes, Pruim, or decided to try to forget
and then re-learn English and HTML simultaneously? ;-P
Both of little actually :)
Jim points out the correct XHTML layout, which shows "ok here"
(or, as you have it, "stuff here") between the td/TD tags. Case
doesn't matter, but does make it look sloppy. In addition, case
/should/ matter when matching closing to opening tags. For example,
try to avoid <td></TD> and mix-and-match versions thereof.
I always used to type my HTML is lower case, but I've been trying to
get switched over to UPPERCASE to help separate code from content.
--
Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
3251 132nd ave
Holland, MI, 49424-9337
www.raoset.com
japruim@xxxxxxxxxx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php