|
Posted by Gregc. on 05/06/06 01:01
Kim André Akerø wrote:
> How are you adding the address of the welcome page into the frameset?
> In the section above, it should be like this:
> <FRAMESET COLS="200,*" FRAMEBORDER="0">
> <FRAME SRC="nav_.htm" Name="Navigation">
> <FRAME SRC="welcome.htm" name="main">
> </FRAMESET>
>
> Basically, just follow the order you add each frame.
>
> On the other hand, I'd second the others' opinion about losing the
> frames altogether and rather design your page to be without them.
> http://allmyfaqs.net/faq.pl?Problems_with_using_frames
>
> --
Well this is what I've done since I wrote the message:
<HTML>
<FRAMESET>
<FRAMESET COLS="200,*" FRAMEBORDER="0">
<FRAME SRC="nav_.htm" Name="Navigation">
<FRAME SRC="welcome.htm" Name="Main">
<FRAME SRC="prices.htm" Name="Main">
<FRAME SRC="order.htm" Name="Main">
</FRAMESET>
</HTML>
But for some reason, the left hand side of the screen keeps changing
instead of the right.
Greg
Navigation:
[Reply to this message]
|