|
 |
asp_discuss thread: validating ASP generated html w/ w3c html validator
Message #1 by "Jason Byrnes" <jasonbb@m...> on Wed, 5 Dec 2001 13:45:02 -0500
|
|
I've started designing all my pages to the w3c 4.01 transitional spec and
trying to validate them using the w3c's HTML validtor, but I keep running
into errors on any of my links that pass more than one perameter (e.g <a
href="somepage.asp?a=1&b=2"> gives the error "unknown entity 'b', but if the
link is only "somepage.asp?a=1" then everything is fine). any ideas on why
this would raise an error in validating HTML?
Thanks
Jason
Message #2 by "Steven A Smith" <ssmith@a...> on Wed, 5 Dec 2001 17:15:19 -0500
|
|
Try & instead.
Steve
----- Original Message -----
From: "Jason Byrnes" <jasonbb@m...>
Newsgroups: asp_discuss
To: "asp_discuss" <asp_discuss@p...>
Sent: Wednesday, December 05, 2001 1:45 PM
Subject: [asp_discuss] validating ASP generated html w/ w3c html validator
> I've started designing all my pages to the w3c 4.01 transitional spec and
> trying to validate them using the w3c's HTML validtor, but I keep running
> into errors on any of my links that pass more than one perameter (e.g <a
> href="somepage.asp?a=1&b=2"> gives the error "unknown entity 'b', but if
the
> link is only "somepage.asp?a=1" then everything is fine). any ideas on why
> this would raise an error in validating HTML?
>
> Thanks
> Jason
>
>
>
>
>
$subst('Email.Unsub').
>
>
|
|
 |