Posted by Gregc. on 05/05/06 14:53
G'day
I am designing a frameset whereby I have the navigation page on the
left and the web page is on the right. Here is my code:
HTML>
<HEAD>
<TITLE>TEST</TITLE>
</HEAD>
<FRAMESET COLS="200,*" FRAMEBORDER="0">
<FRAME SRC="nav_.htm" Name="Navigation">
</FRAMESET>
</HTML>
However, what is happening is that when I add the address of say the
welcome page into the frameset, it appears on the left and mentioned
about. Could someone advise me on how I could overcome this.
Greg
Navigation:
[Reply to this message]
|