PC Review


Reply
Thread Tools Rate Thread

bookmark problems between pages

 
 
=?Utf-8?B?R2VvcmdlIEtpcmJ5?=
Guest
Posts: n/a
 
      1st Dec 2005
I am trying to set up hyperlinks [with bookmarks] from page "A" to page "B".
Even though there are 10 bookmarks on page "B", when I go to page "A" to set
up the hyperlinks, only 5 hyperlinks appear. This limitation does not appear
when I want to create hyperlinks [with bookmarks] from page "A" to any other
pages.

Basically I have done the following in the following order [& variations
thereof] to no avail. Remove all bookmarks from page B. Save page B. Close
page B. Shut down computer. Restart. Recreate bookmarks on page B. Save &
publish page B. Go to page A to check to see if 5 bookmark limit has
disappeared & all bookmarks visible [which hasn't happened yet]. I have tried
all the suggestions posted on how do deal with non-functioning hyperlinks &
hyperlink errors that were applicable -- to no avail.

All 10 bookmarks continue to appear in page B when I click on bookmark. They
also all work on page B as they connect to hyperlinks [a page directory] at
the top on page B.

Even if they aren't hyperlinked to the list at the top of the page, the
maximum number that show up in the list on page A is 5 when I use the Edit
Hyperlink or Insert Hyperlink popup when I'm working on page A.

My website is www.budoshin.com . If you click on the logo of the page that
appears, it will take you to my "home" page [page A]. You can click on
various hyperlinks to go directly to different pages or page sections on my
website. If you go to the Budoshin Ju-Jitsu Store [top of center column] you
will note that there are 4 categories I cannot establish links for [in
black]. Everything everywhere else works well & all the other pages link up
correctly.

I'm at a loss as to what to do-----------------

I purchased & installed MS Office Professional in August, 2005.

HELP!!

 
Reply With Quote
 
 
 
 
Trevor L.
Guest
Posts: n/a
 
      1st Dec 2005
George,
This is the code for the 4 in Summary.html (I inserted some blank lines to
make it a bit clearer)

<tr>
<td><b><font face="Arial Narrow">
<a href="store.html">
<font face="Arial Narrow" color="#000000">DVDs &amp;
CDs</font></a></font></b></td>
</tr>

<tr>
<td><b><font face="Arial Narrow">T-Shirts &amp;
Patches/Emblems</font></b></td>
</tr>

<tr>
<td><b><font face="Arial Narrow">Mats</font></b></td>
</tr>

<tr>
<td><font face="Arial Narrow"> <b>Seminars &amp; Event
Registration</a></b></td>
</tr>

Only the first has a reference to store.html but no bookmark to go to. The
other 3 have no reference. I don't know why this occurred.

Try changing it to
<tr>
<td><b><font face="Arial Narrow">
<a href="store.html#DVDs">
<font face="Arial Narrow" color="#000000">DVDs &amp;
CDs</font></a></font></b></td>
</tr>

<tr>
<td><b>
<a href="store.html#Shirts">
<font face="Arial Narrow">T-Shirts &amp;
Patches/Emblems</font></b></td>
</tr>

<tr>
<td><b>
<a href="store.html#Mats">
<font face="Arial Narrow">Mats</font></b></td>
</tr>

<tr>
<td>
<a href="store.html#Registration">
<font face="Arial Narrow"> <b>Seminars &amp; Event
Registration</a></b></td>
</tr>

You can do this by entering Code or HTML view in FP and pasting the correct
code over the top of the incorrect code.

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

George Kirby wrote:
> I am trying to set up hyperlinks [with bookmarks] from page "A" to
> page "B". Even though there are 10 bookmarks on page "B", when I go
> to page "A" to set up the hyperlinks, only 5 hyperlinks appear. This
> limitation does not appear when I want to create hyperlinks [with
> bookmarks] from page "A" to any other pages.
>
> Basically I have done the following in the following order [&
> variations thereof] to no avail. Remove all bookmarks from page B.
> Save page B. Close page B. Shut down computer. Restart. Recreate
> bookmarks on page B. Save & publish page B. Go to page A to check to
> see if 5 bookmark limit has disappeared & all bookmarks visible
> [which hasn't happened yet]. I have tried all the suggestions posted
> on how do deal with non-functioning hyperlinks & hyperlink errors
> that were applicable -- to no avail.
>
> All 10 bookmarks continue to appear in page B when I click on
> bookmark. They also all work on page B as they connect to hyperlinks
> [a page directory] at the top on page B.
>
> Even if they aren't hyperlinked to the list at the top of the page,
> the maximum number that show up in the list on page A is 5 when I
> use the Edit Hyperlink or Insert Hyperlink popup when I'm working on
> page A.
>
> My website is www.budoshin.com . If you click on the logo of the page
> that appears, it will take you to my "home" page [page A]. You can
> click on various hyperlinks to go directly to different pages or page
> sections on my website. If you go to the Budoshin Ju-Jitsu Store [top
> of center column] you will note that there are 4 categories I cannot
> establish links for [in black]. Everything everywhere else works well
> & all the other pages link up correctly.
>
> I'm at a loss as to what to do-----------------
>
> I purchased & installed MS Office Professional in August, 2005.
>
> HELP!!



 
Reply With Quote
 
=?Utf-8?B?R2VvcmdlIEtpcmJ5?=
Guest
Posts: n/a
 
      1st Dec 2005
I tried Trevor L's suggestion prior to posting this. It stil doesn't work
even if i go into the html.
George Kirby

"George Kirby" wrote:

> I am trying to set up hyperlinks [with bookmarks] from page "A" to page "B".
> Even though there are 10 bookmarks on page "B", when I go to page "A" to set
> up the hyperlinks, only 5 hyperlinks appear. This limitation does not appear
> when I want to create hyperlinks [with bookmarks] from page "A" to any other
> pages.
>
> Basically I have done the following in the following order [& variations
> thereof] to no avail. Remove all bookmarks from page B. Save page B. Close
> page B. Shut down computer. Restart. Recreate bookmarks on page B. Save &
> publish page B. Go to page A to check to see if 5 bookmark limit has
> disappeared & all bookmarks visible [which hasn't happened yet]. I have tried
> all the suggestions posted on how do deal with non-functioning hyperlinks &
> hyperlink errors that were applicable -- to no avail.
>
> All 10 bookmarks continue to appear in page B when I click on bookmark. They
> also all work on page B as they connect to hyperlinks [a page directory] at
> the top on page B.
>
> Even if they aren't hyperlinked to the list at the top of the page, the
> maximum number that show up in the list on page A is 5 when I use the Edit
> Hyperlink or Insert Hyperlink popup when I'm working on page A.
>
> My website is www.budoshin.com . If you click on the logo of the page that
> appears, it will take you to my "home" page [page A]. You can click on
> various hyperlinks to go directly to different pages or page sections on my
> website. If you go to the Budoshin Ju-Jitsu Store [top of center column] you
> will note that there are 4 categories I cannot establish links for [in
> black]. Everything everywhere else works well & all the other pages link up
> correctly.
>
> I'm at a loss as to what to do-----------------
>
> I purchased & installed MS Office Professional in August, 2005.
>
> HELP!!
>

 
Reply With Quote
 
=?Utf-8?B?R2VvcmdlIEtpcmJ5?=
Guest
Posts: n/a
 
      1st Dec 2005
Clearer response to Trevor:
Whether I enter the html as <a href="store.html"> or <a
href="store.html#Shirts"> the link still only takes me to the top of the
"store" page. When I'm on the Summary page & try to set up the bookmark
gyperlink, all I can see are the first 5 bookmarks on the Store page.
However, if I go to the Store page and click on book marks, akk 9-10
bookmarks appear.

"George Kirby" wrote:

> I am trying to set up hyperlinks [with bookmarks] from page "A" to page "B".
> Even though there are 10 bookmarks on page "B", when I go to page "A" to set
> up the hyperlinks, only 5 hyperlinks appear. This limitation does not appear
> when I want to create hyperlinks [with bookmarks] from page "A" to any other
> pages.
>
> Basically I have done the following in the following order [& variations
> thereof] to no avail. Remove all bookmarks from page B. Save page B. Close
> page B. Shut down computer. Restart. Recreate bookmarks on page B. Save &
> publish page B. Go to page A to check to see if 5 bookmark limit has
> disappeared & all bookmarks visible [which hasn't happened yet]. I have tried
> all the suggestions posted on how do deal with non-functioning hyperlinks &
> hyperlink errors that were applicable -- to no avail.
>
> All 10 bookmarks continue to appear in page B when I click on bookmark. They
> also all work on page B as they connect to hyperlinks [a page directory] at
> the top on page B.
>
> Even if they aren't hyperlinked to the list at the top of the page, the
> maximum number that show up in the list on page A is 5 when I use the Edit
> Hyperlink or Insert Hyperlink popup when I'm working on page A.
>
> My website is www.budoshin.com . If you click on the logo of the page that
> appears, it will take you to my "home" page [page A]. You can click on
> various hyperlinks to go directly to different pages or page sections on my
> website. If you go to the Budoshin Ju-Jitsu Store [top of center column] you
> will note that there are 4 categories I cannot establish links for [in
> black]. Everything everywhere else works well & all the other pages link up
> correctly.
>
> I'm at a loss as to what to do-----------------
>
> I purchased & installed MS Office Professional in August, 2005.
>
> HELP!!
>

 
Reply With Quote
 
=?Utf-8?B?R2VvcmdlIEtpcmJ5?=
Guest
Posts: n/a
 
      1st Dec 2005
I'm still waking up. "akk" at the end of my last posting should read "only".
To siplify things [?] When I try to set up a bookmark hyperlink from the
Summary page to the Store page only 5 of the 9-10 bookmarks on the Store page
appear. However, if I go to the Store page ALL [9-10] of the bookmarks appear.

"George Kirby" wrote:

> Clearer response to Trevor:
> Whether I enter the html as <a href="store.html"> or <a
> href="store.html#Shirts"> the link still only takes me to the top of the
> "store" page. When I'm on the Summary page & try to set up the bookmark
> gyperlink, all I can see are the first 5 bookmarks on the Store page.
> However, if I go to the Store page and click on book marks, akk 9-10
> bookmarks appear.
>
> "George Kirby" wrote:
>
> > I am trying to set up hyperlinks [with bookmarks] from page "A" to page "B".
> > Even though there are 10 bookmarks on page "B", when I go to page "A" to set
> > up the hyperlinks, only 5 hyperlinks appear. This limitation does not appear
> > when I want to create hyperlinks [with bookmarks] from page "A" to any other
> > pages.
> >
> > Basically I have done the following in the following order [& variations
> > thereof] to no avail. Remove all bookmarks from page B. Save page B. Close
> > page B. Shut down computer. Restart. Recreate bookmarks on page B. Save &
> > publish page B. Go to page A to check to see if 5 bookmark limit has
> > disappeared & all bookmarks visible [which hasn't happened yet]. I have tried
> > all the suggestions posted on how do deal with non-functioning hyperlinks &
> > hyperlink errors that were applicable -- to no avail.
> >
> > All 10 bookmarks continue to appear in page B when I click on bookmark. They
> > also all work on page B as they connect to hyperlinks [a page directory] at
> > the top on page B.
> >
> > Even if they aren't hyperlinked to the list at the top of the page, the
> > maximum number that show up in the list on page A is 5 when I use the Edit
> > Hyperlink or Insert Hyperlink popup when I'm working on page A.
> >
> > My website is www.budoshin.com . If you click on the logo of the page that
> > appears, it will take you to my "home" page [page A]. You can click on
> > various hyperlinks to go directly to different pages or page sections on my
> > website. If you go to the Budoshin Ju-Jitsu Store [top of center column] you
> > will note that there are 4 categories I cannot establish links for [in
> > black]. Everything everywhere else works well & all the other pages link up
> > correctly.
> >
> > I'm at a loss as to what to do-----------------
> >
> > I purchased & installed MS Office Professional in August, 2005.
> >
> > HELP!!
> >

 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      2nd Dec 2005
Thanks, George

I'll have another look when I can
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


 
Reply With Quote
 
=?Utf-8?B?R2VvcmdlIEtpcmJ5?=
Guest
Posts: n/a
 
      2nd Dec 2005
Trevor-
Thank you for your help thus far. I am really stuck on this one & need any
help I can get.
George

"Trevor L." wrote:

> Thanks, George
>
> I'll have another look when I can
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
>
>
>

 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      3rd Dec 2005
George,
My apologies for the delay in answering.

1. There is 10 hours time difference.
2. My Outlook Express store got corrupted somehow and I spent the morning
restoring it

Anyway, my suggestion now is to go to store.html and change
<a href="#DVDs"> to <a name="#DVDs">
<a href="#Shirts"> to <a name="#Shirts">
<a href="#Mats"> to <a name="#Mats">
<a href="#Registration"> to <a name="#Registration">

The link that you go to must be "name"d not "href"'d
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


 
Reply With Quote
 
=?Utf-8?B?R2VvcmdlIEtpcmJ5?=
Guest
Posts: n/a
 
      3rd Dec 2005
Thank you for your quick and MOST HELPFUL response. I checked the "store"
page and the bookmarks were all <a name="DVDs"> . I added the "#" to all the
bookmarks on the "store" page so they'd look like <a name="#DVDs"> as you
suggested.

When I went to the "summary" page to try to create the bookmark hyperlinks
the additional bookmarks still did not appear on the "store" bookmark list.

I then manually added "#DVDs" to"store.html" in the address box of the Edit
Hyperlink screen. By using Ctrl+Click to track the hyperlink, it still took
me only to the top of the "store" page, where the bookmarks was already being
used as a hyperlink subtitle on the "store" page.

However, once I published the website, the links seem to work properly even
though they don't work for me offline [in FrontPage using Ctrl+Click and all
the bookmarks from the "store" page aren't listed when I open the Edit
Hyperlink screen and click on "bookmarks" to see all the bookmarks on the
"store" page.

It would be nice to know why this malfunction is occurring even though the
hyperlinks are now working. Any thoughts?

It's amazing what that simple "#" number sign inspired. Thank you for
providing info that led me to the solution that I obtained.

"Trevor L." wrote:

> George,
> My apologies for the delay in answering.
>
> 1. There is 10 hours time difference.
> 2. My Outlook Express store got corrupted somehow and I spent the morning
> restoring it
>
> Anyway, my suggestion now is to go to store.html and change
> <a href="#DVDs"> to <a name="#DVDs">
> <a href="#Shirts"> to <a name="#Shirts">
> <a href="#Mats"> to <a name="#Mats">
> <a href="#Registration"> to <a name="#Registration">
>
> The link that you go to must be "name"d not "href"'d
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      3rd Dec 2005
When you are linking to bookmarks from one page to another, the page with the bookmarks must also be
open in FP,

Regarding following links while in FP, see:
http://support.microsoft.com/default...b;en-us;823720
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"George Kirby" <(E-Mail Removed)> wrote in message
news:6F1759F8-305B-401D-9FA7-(E-Mail Removed)...
> Thank you for your quick and MOST HELPFUL response. I checked the "store"
> page and the bookmarks were all <a name="DVDs"> . I added the "#" to all the
> bookmarks on the "store" page so they'd look like <a name="#DVDs"> as you
> suggested.
>
> When I went to the "summary" page to try to create the bookmark hyperlinks
> the additional bookmarks still did not appear on the "store" bookmark list.
>
> I then manually added "#DVDs" to"store.html" in the address box of the Edit
> Hyperlink screen. By using Ctrl+Click to track the hyperlink, it still took
> me only to the top of the "store" page, where the bookmarks was already being
> used as a hyperlink subtitle on the "store" page.
>
> However, once I published the website, the links seem to work properly even
> though they don't work for me offline [in FrontPage using Ctrl+Click and all
> the bookmarks from the "store" page aren't listed when I open the Edit
> Hyperlink screen and click on "bookmarks" to see all the bookmarks on the
> "store" page.
>
> It would be nice to know why this malfunction is occurring even though the
> hyperlinks are now working. Any thoughts?
>
> It's amazing what that simple "#" number sign inspired. Thank you for
> providing info that led me to the solution that I obtained.
>
> "Trevor L." wrote:
>
>> George,
>> My apologies for the delay in answering.
>>
>> 1. There is 10 hours time difference.
>> 2. My Outlook Express store got corrupted somehow and I spent the morning
>> restoring it
>>
>> Anyway, my suggestion now is to go to store.html and change
>> <a href="#DVDs"> to <a name="#DVDs">
>> <a href="#Shirts"> to <a name="#Shirts">
>> <a href="#Mats"> to <a name="#Mats">
>> <a href="#Registration"> to <a name="#Registration">
>>
>> The link that you go to must be "name"d not "href"'d
>> --
>> Cheers,
>> Trevor L.
>> Website: http://tandcl.homemail.com.au
>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
link from outlook to word bookmark opens doc but not at bookmark JOH Microsoft Outlook 1 2nd May 2008 03:58 AM
Re: Problems accesing created bookmark in VBA Michael Bauer [MVP - Outlook] Microsoft Outlook VBA Programming 3 18th Jan 2007 06:04 AM
Bookmark that jumps pages =?Utf-8?B?RG91ZyBTdGV3YXJ0?= Microsoft Frontpage 1 23rd Apr 2005 06:12 PM
Still having bookmark problems =?Utf-8?B?cw==?= Windows XP Help 0 14th Aug 2004 10:07 PM
Bookmark Problems in NS4.x Whit Microsoft Frontpage 2 25th Mar 2004 04:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:25 AM.