The subject says it all, or most of it. I am trying to build a library primarily comprised of links to documents on another server. Some of those links point to named anchors within documents, so the link might be something like,
http://www.somesite.org/ownersmanual.html#section2
When using the Link to a Document doc type, SharePoint converts that # sign into a %23 (that is to say, when the end user clicks on the link they get a 404 error saying
http://www.somesite.org/ownersmanual.html%23section2 cannot be found). Now if this area was nothing but links I would simply use a links list, but it's not (of course not, that would be too simple), so I'm wondering, is there a workaround
to get SharePoint to stop converting those # signs into %23?
Thanks!