Hi LL,
Re the coding, I hand wrote most of it using the book, (an older edition of
this one) or in a couple of cases, found it on the web, and rewrote it to suit. Then just played around with it until it did what I wanted it to..
I think the index.html page is brief and to the point..
<head>
<title>Hanworth Social Club</title>
</head>
<FRAMESET COLS="*, 83%">
<FRAME name="navbar" SRC="navbar.html" marginheight=11 marginwidth=20 scrolling="no">
<FRAME name="main" SRC="home.html">
</FRAMESET>
<body>
</body>
</html>
And then I've just targetted all the pages from the buttons in the "NavBar" to open in the "main" frame.
Keeps it simple.

I like simple.
Cheers
Liam