Hi Martin Schuster,
On Tuesday, June 28, 2005, you wrote:

> Hello Michael,

>> Just got this in the mail and forwarded it to 9Val. Take a look at the
>> 1.eml

>> I have never seen anything like that before. Did I send it to the
>> right developers?

> As far as I can see the code is not programmed to conform w3c
> standards, but with one exception the errors are only of formal
> nature. That one error however is a closing image tag </img> which
> does not exist in any specification.

  See the XHTML specifications. All tags require a closing tag.  All
  empty tags require a closing tag.  <img> is considered an empty tag,
  so you can close it in two different ways... First method is:

    <img src="stuff.jpg" />

  Second method is:

    <img src="stuff.jpg"></img>

  To save a little work, here is the reference...

    http://www.w3.org/TR/xhtml1/#h-4.6

-- 
Jonathan Angliss
<[EMAIL PROTECTED]>

Attachment: pgpHLi52JjpL4.pgp
Description: PGP signature

________________________________________________________
 Current beta is 3.5.36 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Reply via email to