PDA

View Full Version : Help making valid xhtml


JETC
04-19-2006, 01:26 PM
Hi,

I just started photoblogging a few weeks back and I got hooked (my photoblog (http://web.njit.edu/~jc242/plg/index.php)) The pixelpost dark was pretty nice and I modified it a bit to suit my style. Anyway, the problem is w3 is not validating it. It says "non SGML character number 11" and I don't know where and how to fix it.

http://validator.w3.org/check?uri=http%3A%2F%2Fweb.njit.edu%2F%7Ejc242%2Fp lg%2Findex.php&charset=%28detect+automatically%29&doctype=Inline&verbose=1

Any suggestions on that?

raminia
04-19-2006, 02:48 PM
How to validate (http://www.raminia.com/ppwiki/index.php/How_can_I_validate_template%3F)

Joe[y]
04-19-2006, 02:59 PM
you need to remove that symbol from your image_template.html it's between to </div>'s - i don't know why thats' tehre but removing it will fix the problem you're having.

JETC
04-20-2006, 08:57 PM
wow, that was odd. There was nothing between those 2 <div>'s but I made them on the same line and now everything is fine. Well thanks a lot.