magnetica Posted February 27, 2007 Share Posted February 27, 2007 Sorry if this is the wrong place to post on this subject (couldn't find a XHTML forum) Anyway if you follow the link below if finds two errors, but I dont understand what the errors are http://validator.w3.org/check?uri=http%3A%2F%2Fwww.flash-online-games.co.uk%2Fplay_div.php%3Fid%3D233 Heres the code that I'm using: <form action="play.php?id=233" method="post"> <input name="rating" type="radio" value="1" />1/5 <input name="rating" type="radio" value="2" />2/5 <input name="rating" type="radio" value="3" checked="CHECKED" />3/5 <input name="rating" type="radio" value="4" />4/5 <input name="rating" type="radio" value="5" />5/5"; </form> It is saying that there is a problem with this line: Link to comment https://forums.phpfreaks.com/topic/40383-problem-with-xhtml/ Share on other sites More sharing options...
magnetica Posted February 27, 2007 Author Share Posted February 27, 2007 Sorry to bump this but can someone take a look Link to comment https://forums.phpfreaks.com/topic/40383-problem-with-xhtml/#findComment-195409 Share on other sites More sharing options...
wildteen88 Posted February 27, 2007 Share Posted February 27, 2007 This is not the right place to post this. This forum is for asking PHP related questions. Not getting help on HTML validation errors. We have a dedicated board for this called HTML Forum. Also please wait for at least 12-24 hours before bumping a thread Link to comment https://forums.phpfreaks.com/topic/40383-problem-with-xhtml/#findComment-195422 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.