I need help with the xhtml validation of this website: weZoom.net I also wanted opinions on the design. This is a car news and community website that is SEO optimized and Google Adsense optimized. It is new and needs content replaced. It is on sale for only $399.99 (or if good offer occurs) - and I need all the help I can get for the xHTML/CSS & Design! Thanks for the help, buy now auction here: sitepoint.com/marketplace/auction/6005
You didnt add a value Your code: <input type="radio" name="sitesearch" value="" checked id="ss0"></input> PHP: Should be: <input type="radio" name="sitesearch" value="discription goes here" checked id="ss0"></input> PHP: Now your problem should be solved - Robert