Skip to main content

Reply to "When testing my HTML, eBay SYI changes the code"

Hi,

Well, coding really does have different issues, depending on the tool and standard.

Stricts rules would have all the tags and attribute names in lower case and the attribute values in quotes, e.g.

<td align="center" valign="middle">This is a table cell.</td>

Some coding tools prefer CSS style over traditional HTML and/or won't readily accept depreciated tags and attributes. Some tools have just plain old-fashion bugs.

I would suggest that W3Schools is a good source for correct coding standards.

You might try all lower case tags and attributes and all the values in quotes. See if that helps.

Danno
Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×