|
Posted by Jake on 05/06/06 01:16
In message <1146866493.202329.214120@j73g2000cwa.googlegroups.com>,
Gregc. <gregchilton@bigpond.com> writes
>
>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
Can you give us the url of the frameset in question so that we can have
a look at what you've done, instead of guessing?
BTW, you can't have three frames with the same 'name'.
>
--
Jake (jake@gododdin.demon.co.uk -- just a 'spam trap' mail address)
[Back to original message]
|