This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > May 2004 > Can't Get to work
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Garrett 2004-05-30, 7:14 pm |
| Hello,
I am have created a banner page in Frontpage but my banner links keep opening in my contents pane. I can't get them to open in the main pane. My professor hasn't gotten back to me about it.
Can anyone give me a hand?
Thanks
Garrett
| |
| E. T. Culling 2004-05-30, 11:14 pm |
| Give us a URL, please?
"Garrett" <garretthoffman@hotmail.com> wrote in message
news:20DDA4E7-47DF-4296-8ED4-7BE9958A56F4@microsoft.com...
> Hello,
>
> I am have created a banner page in Frontpage but my banner links keep
opening in my contents pane. I can't get them to open in the main pane. My
professor hasn't gotten back to me about it.
>
> Can anyone give me a hand?
>
> Thanks
>
> Garrett
| |
| Thomas A. Rowe 2004-05-30, 11:14 pm |
| If using a Frameset, then FP navigation components are not meant to be used with frames, as you can
not set a frame target value.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"E. T. Culling" <etcetc@notatcrcwnet.com> wrote in message
news:OeKsNepREHA.3420@TK2MSFTNGP11.phx.gbl...
> Give us a URL, please?
> "Garrett" <garretthoffman@hotmail.com> wrote in message
> news:20DDA4E7-47DF-4296-8ED4-7BE9958A56F4@microsoft.com...
> opening in my contents pane. I can't get them to open in the main pane. My
> professor hasn't gotten back to me about it.
>
>
| |
|
|
| Garrett 2004-05-30, 11:14 pm |
| BTW,
It is on the "What" page.
Thanks
Garrett
| |
| Thomas A. Rowe 2004-05-30, 11:14 pm |
| Open your top banner page in FP, then select each link, then set the frame target value to _top
(Whole Page)
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Garrett" <anonymous@discussions.microsoft.com> wrote in message
news:0EB5E49B-09DD-47EB-BF69-8440F6BC83EC@microsoft.com...
> BTW,
>
> It is on the "What" page.
>
> Thanks
>
> Garrett
| |
| Garrett 2004-05-30, 11:14 pm |
| Hello.
Thanks for the tip. But I have tried that already, and it does the same thing. You can check it out for yourself. I uploaded the new file to the serve. I changed every link to Whole page, and it opens in the content pane.
Thanks
Garrett
| |
| Thomas A. Rowe 2004-05-30, 11:14 pm |
| I don't any see any target value set, however open the banner and switch to HTML / Code view and at
the top of the page change:
<base target="contents">
to
<base target="_top">
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Garrett" <garretthoffman@hotmail.com> wrote in message
news:E3F25BD0-B014-4803-95E4-E858319A4725@microsoft.com...
> Hello.
>
> Thanks for the tip. But I have tried that already, and it does the same thing. You can check it
out for yourself. I uploaded the new file to the serve. I changed every link to Whole page, and it
opens in the content pane.
>
> Thanks
>
> Garrett
| |
| Stefan B Rusynko 2004-05-31, 7:14 am |
| Your frameset has
<frameset rows="142,*">
<frame name="banner" scrolling="no" noresize target="contents" src="Banner.htm">
<frameset cols="150,*">
<frame name="contents" target="" src="Contents.html">
<frame name="main" src="Womens.htm" scrolling="auto">
</frameset>
Aand should have
<frameset rows="142,*">
<frame name="banner" scrolling="no" noresize target="main" src="Banner.htm">
<frameset cols="150,*">
<frame name="contents" target="main" src="Contents.html">
<frame name="main" src="Womens.htm" target="_self" scrolling="auto">
</frameset>
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"Garrett" <garretthoffman@hotmail.com> wrote in message news:E3F25BD0-B014-4803-95E4-E858319A4725@microsoft.com...
| Hello.
|
| Thanks for the tip. But I have tried that already, and it does the same thing. You can check it out for yourself. I uploaded
the new file to the serve. I changed every link to Whole page, and it opens in the content pane.
|
| Thanks
|
| Garrett
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|