Re: Validation being kinda wierd...

Removing the backslash at the end of the style sheet link seems to 
fix the problem, but I'm not sure why that causes the problem in the 
first place...

Change:

<link href="./templates/style.css" rel="stylesheet" type="text/css" />

To:

<link href="./templates/style.css" rel="stylesheet" type="text/css" >


At 4:51 AM -0600 3/8/07, Swivelgames Support 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.
>
>If you go there and look at the source, you can see that there is 
>not end </head> tag, nor is there a <body> tag.. immediately you 
>would think, thats not valid, but according to the validator it is. 
>It told me that my source code was not valid when I had the </head>, 
>and <body> tags in, and they were in a logical spot. I've never had 
>this problem, and I always put the tags in the same spot, and 
>nothing seems to be wrong.
>
>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.
>
>
>Invite your mail contacts to join your friends list with Windows 
>Live Spaces. It's easy! 
><http://spaces.live..com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us>Try 
>it!

Received on Thursday, 8 March 2007 15:53:55 UTC