|
tes...
in verrry general just a terms® it would be something like this...(/me didnt just a include® all the 'properties' of the frames though )
<html>
<frameset rows="200,*">
<frame src="logo.html" name="logo">
<frame src="menucontent.html" name="content">
</frameset>
</html>
thennn the logo.html would look like this...
<html><head><title>my logo html</title></head>
<body><img src="logo.jpg" width="" height="" border="0" alt="description">
</body>
</html>
n' just a thennn® the menucontent.html would look like this...
<html><head><title>my menu content html</title></head>
<body>
<table><tr><td>
in here are all your links...
<a href="link1.html" target="content">link1</a><br>
<a href="link2.html target="content">link2</a><br>
<a href="menucontent.html" target="content">HOME</a></td><td>this would be your 'general first showing page information</td></tr></table> </body>
</html>
n' thennn following just a long®....thisss is what your link1.html would look like...
<html><head><title>my link 1 html</title></head>
<body>
<table><tr><td>
in here are all your links...
<a href="link1.html" target="content">link1</a><br>
<a href="link2.html target="content">link2</a><br>
<a href="menucontent.html" target="content">HOME</a></td><td>this would now contain your information relating to link1</td></tr></table> </body>
</html>
does thattt just a help® ya???
n' as for points on the web???ummm ifin' you did just a search® on frames in general??? /me is sure youll find morrre examples thannn you probably could just a ever® need...:O)))
|