I'm pretty new to SP, so I'm not looking for complicated SP Developer tool solutions. I can't help but think what I want to do should be easy. Is it?
BACKGROUND
I've created a "site" within the corporate SP site. That's fine, no problem. I made a page that lists the department procedures. Each procedure is a link to a page I made (copied and pasted from the previously non-SP HTML pages). Those were saved by SP as ASPX files into a "library" folder. When I make a link to one of those ASPX files back on the "procedures" page, the ASPX page opens up just fine.
Except for one thing: when the ASPX page opens, I lose the left-hand site navigation column. As a result, the text in the page is as wide as the browser (well, slightly less as there are some margins) but it looks awful and is hard to read with lines that long.
I tried to get the Procedures page to open its links in a page WITH that nav. bar, but I couldn't figure out how.
So I figured instead I would put a web object in the left column and a page viewer web object in the right column. I opened the page's default ASPX file and resized the columns so it's 30% on the left and 70% on the right.
NOW WHAT?
The page looks just fine. The left column has two zones (one is just some intro text, and under that is zone 2, which contains the list of links). On the right is a column with one zone in it (zone 0). Currently it's a page reader object but I'm not committed to that (I can change it to whatever works).
What I want to do is set it up so that when I click on a link in zone 2 (left column) the ASPX page loads in the right column (zone 0).
I've spent about four hours trying things and searching dozens of help and web sites. Nothing seems to work and I can't find any specific information about this.
IS THIS EVEN POSSIBLE?
All help appreciated! (Sorry for the long question...)