PPRuNe Forums - View Single Post - Problem with a website I'm writing.
View Single Post
Old 4th February 2005 | 19:30
  #16 (permalink)  
E-Liam
 
Joined: Jan 2004
Posts: 357
Likes: 0
From: Bracknell UK
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
E-Liam is offline