I'm sorry, but I'm not sure what you mean by your response. Are you saying
that because of the way that InfoPath handles hyperlinks that what I am
trying to do is not possible?
I'm not sure exactly what you are trying to do with your hyperlinks. But in your example you had:
<a href="Brief Description">Brief Description</a>
InfoPath (at least v2003, not sure about v2007) would then convert this to:
<a href="http://Brief Description">Brief Description</a>
Does that make sense? This is because it is expecting a valid URL, which means that it needs a protocol. The default protocol is http.
I've had situations where I've wanted to use relative, rather than absolute links, and I've had to manually edit the .xml file afterward to remove the http:// that InfoPath added.

Signature
Greg Collins [Microsoft MVP]
Visit Braintrove ( http://www.braintrove.com )
Visit InfoPathDev ( http://www.InfoPathDev.com )