I am new to html, css, and javascript. I remember being able to do this with frames 10 years ago when I messed around with html. I want a table of contents on my left and my content on the right. I have five html pages that I want to use as content. Can I make this happen where I have one page that has the navigation and title the same on all pages, and the five content pages in the content area without frames? I am using this html/css as a basis: liquid two column page. I am going to modify it to make the left section skinnier.
The approach I take is using Jquery to do this. Instead of making multiple HTML, I just create different divs and use the .show()/.hide() features.