TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft Office > Microsoft Frontpage

Notices

Reply
 
Thread Tools Display Modes
Old 28-11-2007, 08:33 PM   #1
gilbert
Guest
 
Posts: n/a
mozilla firefox

Using FP2002 I created a school website (www.woodhall.suffolk.sch.uk)
This was all done before I recently switched browsers from IE6 to Firefox.
Now I've noticed that the navigation links on pages do not 'wrap around'
but continue in one long line - which means you have to scroll to see all
the page links.
Is this a FP/Firefox quirk, am I doing something wrong, or do I have to
reload the web via Firefox?
(IYSWIM)
TIA
Gilbert


  Reply With Quote
Old 28-11-2007, 08:33 PM   #2
Howard
Guest
 
Posts: n/a
Re: mozilla firefox

It is a Firefox/Mozilla issue, I've got both browsers installed and your
site is still fine in IE but the links don't appear correctly in Firefox.
I would suggest submitting a bug report to Firefox, but also attempt to
'fix' your website so it looks ok in Firefox until the bug is fixed.


gilbert said the following on 11/03/2005 14:08:
> Using FP2002 I created a school website (www.woodhall.suffolk.sch.uk)
> This was all done before I recently switched browsers from IE6 to Firefox.
> Now I've noticed that the navigation links on pages do not 'wrap around'
> but continue in one long line - which means you have to scroll to see all
> the page links.
> Is this a FP/Firefox quirk, am I doing something wrong, or do I have to
> reload the web via Firefox?
> (IYSWIM)
> TIA
> Gilbert
>
>

  Reply With Quote
Old 28-11-2007, 08:33 PM   #3
gilbert
Guest
 
Posts: n/a
Re: mozilla firefox


"Howard" <"hproberts at hotmail"> wrote in message
news:4231b0ae$0$12862$cc9e4d1f@news.dial.pipex.com ...
> It is a Firefox/Mozilla issue, I've got both browsers installed and your
> site is still fine in IE but the links don't appear correctly in Firefox.
> I would suggest submitting a bug report to Firefox, but also attempt to
> 'fix' your website so it looks ok in Firefox until the bug is fixed.
>

Thanks for that.
By 'fix' do you mean manually wrap the navigation links?
Cheers
Gilbert


  Reply With Quote
Old 28-11-2007, 08:33 PM   #4
Terry Stockdale
Guest
 
Posts: n/a
Re: mozilla firefox

That's a little too quick on the judgement. Rather than a
Firefox/Mozilla issue, if you will look at it in other browsers like
Opera, you'll see the same result

In fact, his HTML code uses the <nobr>and &nbsp; tags in the
navigation bar -- no break and non-breaking space.

It looks like I.E. is the one which is non-compliant in this case. IE
is wrapping the long non-breaking string.

Simple fix: in your navigation links, stick some plain spaces
between links and all should.

Terry
Visit my computer tips, coffee pages and forums at
http://www.terrystockdale.com

On Fri, 11 Mar 2005 14:52:31 +0000, Howard <"hproberts at hotmail">
wrote:

>It is a Firefox/Mozilla issue, I've got both browsers installed and your
>site is still fine in IE but the links don't appear correctly in Firefox.
>I would suggest submitting a bug report to Firefox, but also attempt to
>'fix' your website so it looks ok in Firefox until the bug is fixed.
>
>
>gilbert said the following on 11/03/2005 14:08:
>> Using FP2002 I created a school website (www.woodhall.suffolk.sch.uk)
>> This was all done before I recently switched browsers from IE6 to Firefox.
>> Now I've noticed that the navigation links on pages do not 'wrap around'
>> but continue in one long line - which means you have to scroll to see all
>> the page links.
>> Is this a FP/Firefox quirk, am I doing something wrong, or do I have to
>> reload the web via Firefox?
>> (IYSWIM)
>> TIA
>> Gilbert
>>
>>


  Reply With Quote
Old 28-11-2007, 08:33 PM   #5
gilbert
Guest
 
Posts: n/a
Re: mozilla firefox


"Terry Stockdale" <news@dadstoy.net> wrote in message
news:8br331p09hpnvjc6ffjsmo37f71j7up80o@4ax.com...
<snip>
> Simple fix: in your navigation links, stick some plain spaces
> between links and all should.
>

Thanks Terry, but the navigation links seem to behave as a single entity - I
can't get 'between' them.
(IYSWIM) For navigation I'm using the 'bar with custom links' in a single
page web. Should I restructure the web and use a 'bar based on navigation
structure'? (As you may have gathered - I'm certainly no expert, and am not
familiar with html tags, etc.)
Cheers
Gilbert


  Reply With Quote
Old 28-11-2007, 08:33 PM   #6
Terry Stockdale
Guest
 
Posts: n/a
Re: mozilla firefox

On Sat, 12 Mar 2005 01:24:17 -0000, "gilbert" <me2@privacy.net> wrote:

>
>"Terry Stockdale" <news@dadstoy.net> wrote in message
>news:8br331p09hpnvjc6ffjsmo37f71j7up80o@4ax.com.. .
><snip>
>> Simple fix: in your navigation links, stick some plain spaces
>> between links and all should.
>>

>Thanks Terry, but the navigation links seem to behave as a single entity - I
>can't get 'between' them.
>(IYSWIM) For navigation I'm using the 'bar with custom links' in a single
>page web. Should I restructure the web and use a 'bar based on navigation
>structure'? (As you may have gathered - I'm certainly no expert, and am not
>familiar with html tags, etc.)
>Cheers
>Gilbert
>


That does tend to be a problem if you use the navigation bars created
by FP. Consider grabbing the bar's code out of the finished HTML
file, creating a blank page in FP, pasting the code into the code
window -- between the <body> and the </body> tags.

Then, you can edit them just as you like -- in WYSIWYG mode, and you
can use FP's "Insert / Web Component / Included Content" function to
pull that code in. I do this routinely for headers and footers in
sites I create in FP.

Terry
Visit my computer tips, coffee pages, forums and more at:
http://www.terrystockdale.com
  Reply With Quote
Old 28-11-2007, 08:33 PM   #7
Howard
Guest
 
Posts: n/a
Re: mozilla firefox

Thanks Terry,
My evaluation was a bit too quick!
I'm very grateful for your suggestions, I am still learning too and any
instruction from more experienced users is always welcome.
Gilbert, sorry I misled you I hope you'll forgive me!
Cheers
Howard

Terry Stockdale said the following on 12/03/2005 01:57:
> On Sat, 12 Mar 2005 01:24:17 -0000, "gilbert" <me2@privacy.net> wrote:
>
>
>>"Terry Stockdale" <news@dadstoy.net> wrote in message
>>news:8br331p09hpnvjc6ffjsmo37f71j7up80o@4ax.com. ..
>><snip>
>>
>>>Simple fix: in your navigation links, stick some plain spaces
>>>between links and all should.
>>>

>>
>>Thanks Terry, but the navigation links seem to behave as a single entity - I
>>can't get 'between' them.
>>(IYSWIM) For navigation I'm using the 'bar with custom links' in a single
>>page web. Should I restructure the web and use a 'bar based on navigation
>>structure'? (As you may have gathered - I'm certainly no expert, and am not
>>familiar with html tags, etc.)
>>Cheers
>>Gilbert
>>

>
>
> That does tend to be a problem if you use the navigation bars created
> by FP. Consider grabbing the bar's code out of the finished HTML
> file, creating a blank page in FP, pasting the code into the code
> window -- between the <body> and the </body> tags.
>
> Then, you can edit them just as you like -- in WYSIWYG mode, and you
> can use FP's "Insert / Web Component / Included Content" function to
> pull that code in. I do this routinely for headers and footers in
> sites I create in FP.
>
> Terry
> Visit my computer tips, coffee pages, forums and more at:
> http://www.terrystockdale.com

  Reply With Quote
Reply

Thread Tools
Display Modes


Google
 


All times are GMT +5.5. The time now is 11:08 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2008, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional