Fri Jun 30, 2006 9:14 pm
Invalid words, disallowed words or words that should have quotes but do not were found inside your html tags.
For example:
GOOD: <map> BAD: <map>
YES: <a>page</a> NO: <a>page</a>
GOOD: <td align="center" valign="middle"> BAD: <td align="center valign=middle">
Here are the invalid words or disallowed words or words that should be inside of quotes inside the html tags < >
If the word is preceded by an = sign in your code, it is likely that the word should be inside of quotes.
Problem words and estimated problem area.
0.) border="0"
* <table width="600" cellpadding="4" cellspacing="0" border="0">
* <img src="http://images.neopets.com/pp/ogrin_logo.gif" width="350" height="150" border="0">
* <img src="''" width="200" height="200" border="0" align="left">
* <img src="http://images.neopets.com/template_images/ogrin_run.gif" width="160" height="160" border="0" align="right">
* <img src="http://images.neopets.com/pets/closeattack/ogrin_green_left.gif" width="150" height="150" border="0" align="left">
* <img src="http://images.neopets.com/pets/happy/ogrin_blue_baby.gif" width="150" height="150" border="0">
Sat Jul 01, 2006 5:02 am
Sat Jul 01, 2006 11:03 pm
Problem words and estimated problem area.
0.) {border-style:
* <table width="600" cellpadding="4" cellspacing="0">
* <img src="''" width="200" height="200" align="left">
* <img src="http://images.neopets.com/template_images/ogrin_run.gif" width="160" height="160" align="right">
* <img src="http://images.neopets.com/pets/closeattack/ogrin_green_left.gif" width="150" height="150" align="left">
1.) none}
* <table width="600" cellpadding="4" cellspacing="0">
* <img src="''" width="200" height="200" align="left">
* <img src="http://images.neopets.com/template_images/ogrin_run.gif" width="160" height="160" align="right">
* <img src="http://images.neopets.com/pets/closeattack/ogrin_green_left.gif" width="150" height="150" align="left">
2.) css
* <table width="600" cellpadding="4" cellspacing="0">
* <img src="''" width="200" height="200" align="left">
* <img src="http://images.neopets.com/template_images/ogrin_run.gif" width="160" height="160" align="right">
* <img src="http://images.neopets.com/pets/closeattack/ogrin_green_left.gif" width="150" height="150" align="left">
Sun Jul 02, 2006 7:48 am
Sun Jul 02, 2006 8:00 am
Sun Jul 02, 2006 1:20 pm