On Thu, 08 Mar 2007 11:51:33 +0100, Swivelgames Support <wizandwars@hotmail.com> wrote: > Hey, I have recently made > 'http://www.swivelgames.com/templates/VistaCMS/index.php' valid, but I > was kind of shocked when I found out what I had to do to make it valid. [...] > Please help me figure out why I cant have an end </head> and a <body> > tag in my source code. I would like them to be there. Short explanation: Don't use empty-element tags in HTML. Your link element should take this form: <link ...> instead of <link .../> Longer explanation: http://www.cs.tut.fi/~jkorpela/html/empty.html -- David HåsätherReceived on Thursday, 8 March 2007 15:49:34 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 9 October 2008 01:13:26 GMT