Page 1 of 1

Site validation and your input

Posted: Fri Sep 26, 2008 4:23 am
by papa
Hi,

I've finally got my site to validate on W3schools validator. However there are two pages on my site that doesn't validate due to my PHP scripts and I was wondering if you could help me with this?

Also I'd really appreciate all input regarding the design, usability on my site. Also suggestions of new features is greatly appreciated as my imagination has run out. :)
Comment and vote on songs and a guestbook is what I have on my todo right now.

http://craven-studio.com/

On the main page I list the latest songs published and the validator doesn't like links with "&".

Thank you!

Re: Site validation and your input

Posted: Mon Sep 29, 2008 6:41 pm
by alex.barylski
You need to use the HTML entity for ampersand

&

Both in links and in text...

Re: Site validation and your input

Posted: Tue Sep 30, 2008 1:57 am
by papa
Hockey wrote:You need to use the HTML entity for ampersand

&

Both in links and in text...
Aha didn't think you could do that for links.

Thanks man.