yes, with frames. you will probably need to make a new page, as well as make the below page your index.html page. alt.html would be a page that can be viewed without frames.
<html>
<head>
<frameset cols="100%, *" frameborder=0>
<frame src="mainpage.html" name="main">
<frame src="blank.html" name="blank">
</frameset>
<noframes>
Sorry, but you need a frame-enabled browser to view this site correctly. <a href="alt.html">Click here</a> to view a non-frames version of my site instead.
</noframes>
</frameset>
</head>
</html>
Bookmarks