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/40390-valid-xhtml-errors/ Share on other sites More sharing options...
ToonMariner Posted February 27, 2007 Share Posted February 27, 2007 validator suggests you have some paragrpah tag in the mix... Link to comment https://forums.phpfreaks.com/topic/40390-valid-xhtml-errors/#findComment-195604 Share on other sites More sharing options...
AndyB Posted February 28, 2007 Share Posted February 28, 2007 http://validator.w3.org/check?uri=http%3A%2F%2Fwww.flash-online-games.co.uk%2Fplay_div.php%3Fid%3D233&charset=%28detect+automatically%29&doctype=Inline&ss=1 Look at line 105 - there's an orphan paragraph tag. Link to comment https://forums.phpfreaks.com/topic/40390-valid-xhtml-errors/#findComment-195748 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.