I have a Sharepoint site and I have some page layout templates for that site. This is what the basic structure looks like:
www.abcd.com/Pages/Folder1/Page1.aspx www.abcd.com/Pages/Folder1/Page2.aspx
There will be multiple folders, e.g. Folder1, Folder2, etc. All these folders will have the same page names. I need to have a link on Page1 in Folder1 pointing to Page2 in Folder1, and so on for all the other folders. When I try and insert a hyperlink in the template file, I find that if I use the relative path for the hyperlink, I end up pointing to the Page2 masterpage file, which is not what I want.
Any suggestions?
Thanks,