View previous topic :: View next topic |
Author |
Message |
graydeth -
Joined: 22 Feb 2004 Posts: 16
|
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon May 01, 2006 9:32 pm Post subject: |
|
|
Use a HTML frameset. That should do the job no problem. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
graydeth -
Joined: 22 Feb 2004 Posts: 16
|
Posted: Mon May 01, 2006 9:37 pm Post subject: |
|
|
The Inquisitor wrote: | Use a HTML frameset. That should do the job no problem. |
I am using frames on my page, maybe I am missing something? |
|
Back to top |
|
 |
graydeth -
Joined: 22 Feb 2004 Posts: 16
|
Posted: Mon May 01, 2006 9:39 pm Post subject: |
|
|
The Inquisitor wrote: | Use a HTML frameset. That should do the job no problem. |
Here's the html for it:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Michael's Playground - The Home Page</title>
<meta name="Microsoft Theme" content="bluecalm 1011, default">
</head>
<frameset framespacing="0" rows="65,*" border="0" frameborder="0">
<frame name="header" scrolling="no" noresize target="main" src="NavButtons.htm">
<frame name="main" src="main.htm" scrolling="auto" noresize target="_self">
<noframes>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<div id="watermarklogo" style="position:absolute;"></div>
<script src="staticlogo2.js">
///////////////////////////////////////////////////////////////////
/*Site Logo Script © Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and TOS, visit http://www.dynamicdrive.com/ */
///////////////////////////////////////////////////////////////////
</script>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html> |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon May 01, 2006 10:14 pm Post subject: |
|
|
That HTML should work fine. Not sure if that was for a check or for other people to use. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
|