S Samuel Shulman Oct 26, 2006 #1 Since the master page is used in pages located in many folders how can I add relative links to the master page? Thank you, Samuel
Since the master page is used in pages located in many folders how can I add relative links to the master page? Thank you, Samuel
M Mark Rae Oct 26, 2006 #2 Since the master page is used in pages located in many folders how can I add relative links to the master page? Click to expand... Are you talking about internal links to other pages in your web site / app, or external links to public websites...?
Since the master page is used in pages located in many folders how can I add relative links to the master page? Click to expand... Are you talking about internal links to other pages in your web site / app, or external links to public websites...?
G Guest Oct 26, 2006 #3 Samuel Shulman said: Since the master page is used in pages located in many folders how can I add relative links to the master page? Click to expand... You should be able to use: <a href="~/path/to/file.aspx" runat="server">Link title</a>
Samuel Shulman said: Since the master page is used in pages located in many folders how can I add relative links to the master page? Click to expand... You should be able to use: <a href="~/path/to/file.aspx" runat="server">Link title</a>
S Samuel Shulman Oct 26, 2006 #4 Thank you, Samuel Leon Mayne said: You should be able to use: <a href="~/path/to/file.aspx" runat="server">Link title</a> Click to expand...
Thank you, Samuel Leon Mayne said: You should be able to use: <a href="~/path/to/file.aspx" runat="server">Link title</a> Click to expand...