I am trying to make a main page using frames, my problem is that i always get the annoying seperator bar, is their a code to stop this?
The code i've used so far is below, Cheers
<HTML>
<HEAD>
<TITLE>Maxitrade Shopping Mall</TITLE>
</HEAD>
<FRAMESET COLS="10%,90%">
<FRAME SRC="Links.htm">
<FRAME SRC="C1301.htm">
</FRAMESET>
</HTML>
The code i've used so far is below, Cheers
<HTML>
<HEAD>
<TITLE>Maxitrade Shopping Mall</TITLE>
</HEAD>
<FRAMESET COLS="10%,90%">
<FRAME SRC="Links.htm">
<FRAME SRC="C1301.htm">
</FRAMESET>
</HTML>