We have SBS2003, fully patched. There is an aomaly in the Sharepoint text
fields as follows:
We want to add an announcement with an embedded Hyperlink such as <a
href="www.microsoft.com>Click here</a>
HTML is turned on in the announcements Text body box
My users want to see (for example) the text "Great Information Site" as a
hyperlink text, and go to "www.somesite.com" when it is clicked, which is
what you should get with <A href="www.somesite.com">Great Information Site</A>
But if you embed the HTML code, IE or WSS does not parse it correctly so
it displays as
<A href="www.somesite.com">Great Information Site</A> and worse, it
parses the hyperlink as
"www.somesite.com">Great
and tries to browse to the url "http://www.somesite.com%22%3Egreat/"if you
click it which of course fails.
ALso, we did a few tests using IE / Firefox / Netscape, and the Text Box is
clearly being parsed / edited and 'massaged' when it is stored / retrieved
from the Sharepoint db, but
the treatment is different for IE than FF or NS.
The Formatting toolbar does not have a hyperlink button
Interestingly, if you use Firefox or Netscape, and therefore just enter HTML
formatting codes raw, it does interpret the <A> link correctly.
I have added a hyperlink field as a temporary workaround, but the authors
would greatly prefer to have (potentially multiple) link(s) embedded within
the text body
Any suggestions??