just add a col on both sides, and fill it with the background you choose.
Guess it should look something like this:
Code:
<FRAMESET COLS=",10,*,10" BORDER=1 FRAMEBORDER=1>
<FRAME SRC="nothing.html" NAME="navigation" SCROLLING=NO>
<frameset rows="120,*,100,40" frameborder="no" border="0" framespacing="0">
<frame src="frames/top.html" name="topFrame" noresize="noresize" scrolling="no">
<frame src="frames/image.html" name="image" noresize="noresize" scrolling="no">
<frame src="frames/thumbs.html" name="thumbs">
<frame src="frames/bottom.html" name="bottomFrame" noresize="noresize" scrolling="no">
</FRAMESET>
<FRAME SRC="nothing.html" NAME="content" SCROLLING=YES>
</FRAMESET>
Bookmarks