Hi there, I have a blog on celebs. But the html validators are giving me a lot of errors and also google refuses to crawl my site. My link is http://www.Ballz.info Could someone please advise me on how to correct them, as i have no technical expertise. I just play around a little.
I don't know where your content comes from, but the parts in red must be removed from each post. <div id="content"> [color=red]<HTML> <HEAD> <TITLE>Celebrities in action!</TITLE> <META NAME="Keywords" CONTENT="celebrity,celebrity photo,Britney Spears,celebrity gossip,nude celebrity,paparazzi,celebrity baby,celebrity baby blog,celebrity news,celebrity hair style,paparazzi filth,celebrity sex,celebrity tattoo,celebrity shocking split,latest celebrity gossip"> <META NAME="Description" CONTENT="At Ballz.info you will find the juiciest tit bits on the latest celebrities. Starting with the rarest of paparazzi pictures, to the jazziest of news."> <META NAME="Author" CONTENT="furious.furion@gmail.com"> <!-- META Tags generated by http://Leonizer.com --> </HEAD>[/color] <div class="post" id="post-96"> Code (markup): That will get rid of most, if not all errors. Clean that up, and we can look for more. It appears Google does index your blog, it has a pr=2, and here's Google's cache of your page. cheers, gary
The help on the link below, pretty much tells you what you need to do. If you clean up all the ones you can figure out from that, then we can help you with the specific ones you can't figure out. http://validator.w3.org/check?uri=http://www.ballz.info/
Hi thanks for the help till now. I have done what I could. But I am still stuck with a few errors. Could you please help with the specifics?
Here's what I've found: <div id="content"> <HTML> Remove all align="center" or change it to something else. Escape & to & But it's not hard, if you look at http://validator.w3.org/check?uri=http://www.ballz.info/ you'll see all errors and what is causing it. Boby
Yes, you need to use css for your alignment properties with this doc type, and get rid of the align=center. You're also missing a closing div just before the </body> tag. You have <a align="right"> but no closing </a> You need to make <HTML> into <html>, all tags need to be lowercase. Also, I think but not 100% here, you may need to put your javascript into the <head> portion.
hey thanks a lot guys.. for the help.. i will get moving on it.. and see what I can do. As for the align center... I use wordpress and If i dont use align center for my pics... then everything goes haywire.. in the sense the layout and my other posts.. that is why i am forced to use center.
Some of the errors would be fixed in this way: Remove this <HTML>. replace "center" with "middle" ? Aaa why the heck won't you just use wordpress ??!