I already sent off a bug report about this, but I thought I'd ask you guys for help in the meantime:
I'm getting sick of the Lutari having a blank petpage, so I was going to create my own version (so he'd at least have SOMETHING) and then offer the code to anyone who was interested in using it. I wanted to use the Ogrin petpage template as a... template, because I think it's the tidiest of the petpages and has a similar look to the petpage I was going for.
So, I went to my Ogrin's petpage (which has not been altered, period), copied the code for it, went back to my Lutari's petpage and pasted the code. Instead of getting a nice, pretty Ogrin page, I get this:
Code:
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">
I find this really odd, considering this is an unedited,
default petpage. So I go back to my Ogrin's petpage and see if I can't recreate the error. I don't make any changes to the text itself, but I hit the "Make Changes" button. Sure enough, I get the same error message.
Interestingly, pressing "Reset Petpage to Default" allows me to bypass this filter error message, but this doesn't help me because I'm unable to make the changes I need/want to either my Ogrin or my Lutari's pages.
So, while I'm waiting for TNT to answer me, could anyone please explain why this stuff won't pass the filters? I thought it had to do with having the quotation marks around the numbers (because the other pictures didn't have those quote marks in the HTML), but when I took them out, the error message proceeded to list all of the image HTML missing quotes.