2000-10-13 13:21:49 +00:00
|
|
|
Q: The link "mailto:john@company.com?subject=Hello John" is reported
|
|
|
|
|
as an error.
|
|
|
|
|
A: You have to quote special characters (e.g. spaces) in the subject field.
|
2000-10-28 16:15:56 +00:00
|
|
|
The correct link should be "mailto:...?subject=Hello%20John"
|
2000-10-13 13:21:49 +00:00
|
|
|
Unfortunately browsers like IE and Netscape do not enforce this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Q: I have a pretty large site to check. How can I restrict link checking
|
2000-10-28 16:15:56 +00:00
|
|
|
to check only my own pages?
|
2000-10-13 13:21:49 +00:00
|
|
|
A: Look at the options --intern, --extern, --strict and --recursion-level.
|
|
|
|
|
|