The (anchor) element is usually referred to as a link or a hyperlink, although it can also be used to indicate an anchor location in the document.
4
votes
5answers
7k views
Sharepoint 2010 and Anchor Tags
Let me preface this by saying I am working on a public facing site that is on SharePoint, we are trying to support multiple browser types with the content. So I've been asked by our Content Team to ...
2
votes
2answers
2k views
Do named anchors work in SP2010?
I've been reading that named anchor tags don't work in SharePoint 2010 Server; these are the tags that allow you to jump to a part of a page. In other words, the core.js functionality will prevent you ...
1
vote
1answer
475 views
How to set anchor tags href value using SharePointWebControls:FieldValue column?
I am trying to set the value for href attribute of an anchor tag in one of my SharePoint Publishing Site layout pages. I need to set the value to the value stored in one of the columns in page's ...
1
vote
1answer
125 views
joining absolute and relative URLs of sharepoint in <a href> anchor tag
I want to join absolute and relative URL parts of a sharepoint site in <a href="http://somesite"> tag.
i already have this:
strng.Format(@"<a ...