Is it against Google TOS to modify the code of cse (Custom search engine) ? I just want to remove the slashes, example: from <input type="hidden" name="cof" value="FORID:11" /> to <input type="hidden" name="cof" value="FORID:11" > to make my pages validate, because My pages use HTML 4.01 Transitional and not XHTML, thats why I get warnings when trying to validate using W3C. I've already emailed Google (AdSense because I don't know how to contact the cse support) but only got the auto reply which didn't help I'm worried because I'm using Google custom search engine with my AdSense account and I don't want to get banned!
"to make my pages validate, because My pages use HTML 4.01 Transitional and not XHTML, thats why I get warnings when trying to validate using W3C." Why are you worrying about W3C validation? Try validating Google.com, it will show you at least 40 errors
Google generated 89 Errors to be precise maybe that's why they don't care about validation, but for me, I love my pages to be valid, validation is the fastest way to tell you if you have something wrong in your html, css or even rss code. If you have something wrong, your site doesn't look the same at firexfox and ie, the first thing to do is to validate it. This really helped me a lot with time.
I want to edit my code also I want to replace the search button with my own, let me know if you get any response from them
I will tell you if they reply, there is no answer until now. I have sent to AdSense support, does any one know how to contact custom search support?
Here is Google's reply: Thanks for your email. Please note that our ad code is designed to comply with XHTML standards. We don't recommend simply removing the slash from the end of the HTML tags as this modification will change the meaning of the code. So in other words, either you change all your pages to XHTML or live with the warnings you get when trying to validate