This seems like it should be a very simple task/question.
We are currently on SharePoint 2007.
I am in the process of editing a particular department's Wiki page, so imagine the breadcrumb to the page as follows:
Home > Departments > IT > Groups > HR
Now, let's say I am currently editing the page for HR. On that page, I'd like to create a link to a new page, which contains HR's various bits of Contact Information. One would assume I would use the syntax:
[[ContactInfo]]
and after clicking the link, which would then take me to the brand new page to edit, I would see my breadcrumb as:
Home > Departments > IT > Groups > HR > ContactInfo
...right? Because after all, I am trying to create a "Contact Info" page for HR, not for everyone.
The actual result: (you guessed it)
Home > Departments > IT > Groups > ContactInfo
Not what I want.
How do I create a link to a new page that is going to be a child page of the one I'm editing?