Hey. I get some errors in Html at www.britneyfans.org . Can Someone Help me? And.. Can it Hurt My SERPS ? Thanks
You mean validation errors? What tool are you using to check your errors and what type of errors are you getting if not a tool? Also your page is crazy huge, slow loading and trys to open alot of pop ups.
You do have a lot of errors on that page. I am glad that I did not just go to that page after seeing the codes for the pop-ups etc. If you are serious about cleaning it up and not just trying to spam the message boards, let us know
i just want to get my erros off. i think the erros come from the script to display news and from the chat box that i have
All you need to do is look at the link I provided you and fix the code. I see you have a lot of inputs that don't really mean anthing <input type="hidden" name="domains" value="BritneyFans.org"> </input> <input type="text" name="q" size="10" maxlength="255" value=""> </input> <input type="submit" name="sa" value="Google Search"> </input> Code (markup): And if you want to add an image to the <td> tag, you will need to use styles, you are currently using the background attribue <td background="b1.jpg" width="10"> </td> Code (markup): And your other images - they all require an alt attribute. You have it on some of them <img src="britney-logo.jpg" width="450" height="300" alt="Britney Spears Logo"> Code (markup):