diff options
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-x | htdocs/docs/users.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index b069079..209c662 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.37 2009-12-05 10:53:17 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-12-05 10:53:17 $" +<!--#set var="revision" value="\$Id: users.html,v 1.38 2009-12-06 18:20:41 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-12-06 18:20:41 $" --><!--#set var="title" value="User Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -101,7 +101,7 @@ You can also link to the validation results for a specific page. You do this by giving "check" an "uri" parameter pointing at the page you want to validate. For example - <<a href="http://validator.w3.org/check?uri=http://www.example.com/">http://validator.w3.org/check?uri=http://www.example.com/</a>> + <<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F</a>> will validate the www.example.com home page. </p> <p> @@ -109,7 +109,7 @@ "<a href="#Options">Options and Parameters</a>" in parenthesis after the long name. To add options to your links directly, append the options separated by a semicolon. For example - <<a href="http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1">http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1</a>> + <<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F;ss=1;outline=1">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F;ss=1;outline=1</a>> will validate the example.com home page with "Show Source", and "Outline" on, but "Verbose" off. </p> |