Site validation and your input

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Site validation and your input

Post 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!
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Site validation and your input

Post by alex.barylski »

You need to use the HTML entity for ampersand

&

Both in links and in text...
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: Site validation and your input

Post 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.
Post Reply