WEB1040 - The hyperlink contains an invalid character
Expression Studio 4.0
A hyperlink should not contain carriage returns inside the href attribute.
Explanation
The hyperlink contains a carriage-return character. Search engines may not be able to correctly follow the hyperlink, which means the target page might not be analyzed.
Example
The following is an example of a correctly formatted hyperlink.
<a href="http://www.proseware.com/">Proseware Home</a>