Article ID: 2001890 - Last Review: October 14, 2009 - Revision: 3.0

Emails Generated By Sharepoint Workflows Contain Invalid Hyperlinks

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
Expand all | Collapse all

Symptoms

Emails generated by workflows contain invalid hyperlinks for any resource that exists within the same web application. 

Cause

The links are invalid due to the href, or the hyper link reference, containing a server-relative path.

Resolution

In SharePoint Designer, Code View, add the HTML <base> tag at the beginning of the body for the email in the workflow.  The base tag specifies the default url to use for any relative links that may exist.

So for example, in this instance the following would be inserted at the top of the email body configured for the workflow:

<head>
<base href="http://portal.company.net" />
</head>

 

Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use (http://go.microsoft.com/fwlink/?LinkId=151500) for other considerations.

APPLIES TO
  • Microsoft Office SharePoint Designer 2007
  • Microsoft Office SharePoint Server 2007
  • Microsoft Windows SharePoint Services 3.0
Keywords: 
KB2001890