PC Review


Reply
Thread Tools Rate Thread

Bookmarks Disappear

 
 
=?Utf-8?B?QW5uIFNoYXc=?=
Guest
Posts: n/a
 
      28th Jun 2005
Using FP 2005, Win2000
I have set up bookmarks, tested and found them to be working properly and
then sometime later go back to the page and find the bookmark flag gone.
This has happened on different sites with different servers. Has anyone else
had this problem and how did you resolve? Thanks.
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      29th Jun 2005
No
- make sure your bookmarks (anchor tags) are not empty when you create them

--

_____________________________________________
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
_____________________________________________


"Ann Shaw" <(E-Mail Removed)> wrote in message news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
| Using FP 2005, Win2000
| I have set up bookmarks, tested and found them to be working properly and
| then sometime later go back to the page and find the bookmark flag gone.
| This has happened on different sites with different servers. Has anyone else
| had this problem and how did you resolve? Thanks.


 
Reply With Quote
 
=?Utf-8?B?QW5uIFNoYXc=?=
Guest
Posts: n/a
 
      30th Jun 2005
Sefan - What do you mean "empty"? I am not selecting text when I insert the
bookmark because I don't want that text underlined. I insert the bookmark on
the line where I want the hyperlink to go to on the page. Is that what's
causing the problem? Thanks.

"Stefan B Rusynko" wrote:

> No
> - make sure your bookmarks (anchor tags) are not empty when you create them
>
> --
>
> _____________________________________________
> 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
> _____________________________________________
>
>
> "Ann Shaw" <(E-Mail Removed)> wrote in message news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
> | Using FP 2005, Win2000
> | I have set up bookmarks, tested and found them to be working properly and
> | then sometime later go back to the page and find the bookmark flag gone.
> | This has happened on different sites with different servers. Has anyone else
> | had this problem and how did you resolve? Thanks.
>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      30th Jun 2005
Yes an anchor should not be empty
- and should preferably just be named w/ a single word
Remove the underlining w/ a CSS style in the page head section

<style type="text/css"><!--
a { text-decoration:none; }
//--></style>


--

_____________________________________________
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
_____________________________________________


"Ann Shaw" <(E-Mail Removed)> wrote in message news:324D6223-7E6C-405D-A490-(E-Mail Removed)...
| Sefan - What do you mean "empty"? I am not selecting text when I insert the
| bookmark because I don't want that text underlined. I insert the bookmark on
| the line where I want the hyperlink to go to on the page. Is that what's
| causing the problem? Thanks.
|
| "Stefan B Rusynko" wrote:
|
| > No
| > - make sure your bookmarks (anchor tags) are not empty when you create them
| >
| > --
| >
| > _____________________________________________
| > 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
| > _____________________________________________
| >
| >
| > "Ann Shaw" <(E-Mail Removed)> wrote in message news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
| > | Using FP 2005, Win2000
| > | I have set up bookmarks, tested and found them to be working properly and
| > | then sometime later go back to the page and find the bookmark flag gone.
| > | This has happened on different sites with different servers. Has anyone else
| > | had this problem and how did you resolve? Thanks.
| >
| >
| >


 
Reply With Quote
 
=?Utf-8?B?QW5uIFNoYXc=?=
Guest
Posts: n/a
 
      1st Jul 2005
Thanks Stefan. Will do.

"Stefan B Rusynko" wrote:

> Yes an anchor should not be empty
> - and should preferably just be named w/ a single word
> Remove the underlining w/ a CSS style in the page head section
>
> <style type="text/css"><!--
> a { text-decoration:none; }
> //--></style>
>
>
> --
>
> _____________________________________________
> 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
> _____________________________________________
>
>
> "Ann Shaw" <(E-Mail Removed)> wrote in message news:324D6223-7E6C-405D-A490-(E-Mail Removed)...
> | Sefan - What do you mean "empty"? I am not selecting text when I insert the
> | bookmark because I don't want that text underlined. I insert the bookmark on
> | the line where I want the hyperlink to go to on the page. Is that what's
> | causing the problem? Thanks.
> |
> | "Stefan B Rusynko" wrote:
> |
> | > No
> | > - make sure your bookmarks (anchor tags) are not empty when you create them
> | >
> | > --
> | >
> | > _____________________________________________
> | > 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
> | > _____________________________________________
> | >
> | >
> | > "Ann Shaw" <(E-Mail Removed)> wrote in message news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
> | > | Using FP 2005, Win2000
> | > | I have set up bookmarks, tested and found them to be working properly and
> | > | then sometime later go back to the page and find the bookmark flag gone.
> | > | This has happened on different sites with different servers. Has anyone else
> | > | had this problem and how did you resolve? Thanks.
> | >
> | >
> | >
>
>
>

 
Reply With Quote
 
=?Utf-8?B?Qm9i?=
Guest
Posts: n/a
 
      28th Jun 2006
Interesting that almost exactly a year later I have the same symptoms!

My bookmark flags disappear too. They exist and I can publish them.
Testing goes great when initially published.

I can recreate the problem with these steps.

1) Insert the bookmark
2) Save the .htm
3) Exit FrontPage
4) Open FrontPage
5) The flag is missing


My bookmark TOP does not disappear though.

Currently, I am putting my bookmarks inside of text boxes. Maybe that is
part of the problem?

Any ideas?

Bob

"Stefan B Rusynko" wrote:

> No
> - make sure your bookmarks (anchor tags) are not empty when you create them
>
> --
>
> _____________________________________________
> 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
> _____________________________________________
>
>
> "Ann Shaw" <(E-Mail Removed)> wrote in message news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
> | Using FP 2005, Win2000
> | I have set up bookmarks, tested and found them to be working properly and
> | then sometime later go back to the page and find the bookmark flag gone.
> | This has happened on different sites with different servers. Has anyone else
> | had this problem and how did you resolve? Thanks.
>
>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      28th Jun 2006
> Currently, I am putting my bookmarks inside of text boxes. Maybe that is
> part of the problem?


That is a problem in itself. Text boxes are VML graphics. In non-IE
browsers the text box and its contents are rendered as a single .gif image
(or not rendered at all), obviously any form of link or bookmark in the
text box will fail.
see www.rxs-enterprises.org/tests/VML-graphics.htm
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"Bob" <(E-Mail Removed)> wrote in message
news:2C699D77-213E-4740-ACCC-(E-Mail Removed)...
> Interesting that almost exactly a year later I have the same symptoms!
>
>
> My bookmark flags disappear too. They exist and I can publish them.
> Testing goes great when initially published.
>
> I can recreate the problem with these steps.
>
> 1) Insert the bookmark
> 2) Save the .htm
> 3) Exit FrontPage
> 4) Open FrontPage
> 5) The flag is missing
>
>
> My bookmark TOP does not disappear though.
>
> Currently, I am putting my bookmarks inside of text boxes. Maybe that is
> part of the problem?
>
> Any ideas?
>
> Bob
>
> "Stefan B Rusynko" wrote:
>
>> No
>> - make sure your bookmarks (anchor tags) are not empty when you create
>> them
>>
>> --
>>
>> _____________________________________________
>> 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
>> _____________________________________________
>>
>>
>> "Ann Shaw" <(E-Mail Removed)> wrote in message
>> news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
>> | Using FP 2005, Win2000
>> | I have set up bookmarks, tested and found them to be working properly
>> and
>> | then sometime later go back to the page and find the bookmark flag
>> gone.
>> | This has happened on different sites with different servers. Has
>> anyone else
>> | had this problem and how did you resolve? Thanks.
>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Qm9i?=
Guest
Posts: n/a
 
      28th Jun 2006
Thanks!

Can you point me in the right direction on this goal...

I am putting together a resume website for me. At the top of the page is a
list of postions. I want to allow my future employer to click on the
position and jump to detailed description of that position. I've placed
those descriptions inside of text boxes further down on the same page.

I resorted to putting the bookmarks inside the text boxes because I couldn't
get the placement of the bookmark to jump to the text box correctly.

I've only had FrontPage for about a week so this is a basic rather than an
advanced query. Somehow, I need to link the bookmark with the text related
to each job.

Do I need to get rid of the text boxes?

Bob

"Ronx" wrote:

> > Currently, I am putting my bookmarks inside of text boxes. Maybe that is
> > part of the problem?

>
> That is a problem in itself. Text boxes are VML graphics. In non-IE
> browsers the text box and its contents are rendered as a single .gif image
> (or not rendered at all), obviously any form of link or bookmark in the
> text box will fail.
> see www.rxs-enterprises.org/tests/VML-graphics.htm
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
>
> "Bob" <(E-Mail Removed)> wrote in message
> news:2C699D77-213E-4740-ACCC-(E-Mail Removed)...
> > Interesting that almost exactly a year later I have the same symptoms!
> >
> >
> > My bookmark flags disappear too. They exist and I can publish them.
> > Testing goes great when initially published.
> >
> > I can recreate the problem with these steps.
> >
> > 1) Insert the bookmark
> > 2) Save the .htm
> > 3) Exit FrontPage
> > 4) Open FrontPage
> > 5) The flag is missing
> >
> >
> > My bookmark TOP does not disappear though.
> >
> > Currently, I am putting my bookmarks inside of text boxes. Maybe that is
> > part of the problem?
> >
> > Any ideas?
> >
> > Bob
> >
> > "Stefan B Rusynko" wrote:
> >
> >> No
> >> - make sure your bookmarks (anchor tags) are not empty when you create
> >> them
> >>
> >> --
> >>
> >> _____________________________________________
> >> 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
> >> _____________________________________________
> >>
> >>
> >> "Ann Shaw" <(E-Mail Removed)> wrote in message
> >> news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
> >> | Using FP 2005, Win2000
> >> | I have set up bookmarks, tested and found them to be working properly
> >> and
> >> | then sometime later go back to the page and find the bookmark flag
> >> gone.
> >> | This has happened on different sites with different servers. Has
> >> anyone else
> >> | had this problem and how did you resolve? Thanks.
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      28th Jun 2006
Definitely get rid of the text boxes.

You can use tables or <divs> to lay out your pages. Use CSS to put borders
round sections if you wish - I would not do that on a CV or resume.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"Bob" <(E-Mail Removed)> wrote in message
news:4CC9E7D8-3F5E-4E64-AE58-(E-Mail Removed)...
> Thanks!
>
> Can you point me in the right direction on this goal...
>
> I am putting together a resume website for me. At the top of the page is
> a
> list of postions. I want to allow my future employer to click on the
> position and jump to detailed description of that position. I've placed
> those descriptions inside of text boxes further down on the same page.
>
> I resorted to putting the bookmarks inside the text boxes because I
> couldn't
> get the placement of the bookmark to jump to the text box correctly.
>
> I've only had FrontPage for about a week so this is a basic rather than
> an
> advanced query. Somehow, I need to link the bookmark with the text
> related
> to each job.
>
> Do I need to get rid of the text boxes?
>
> Bob
>
> "Ronx" wrote:
>
>> > Currently, I am putting my bookmarks inside of text boxes. Maybe that
>> > is
>> > part of the problem?

>>
>> That is a problem in itself. Text boxes are VML graphics. In non-IE
>> browsers the text box and its contents are rendered as a single .gif
>> image
>> (or not rendered at all), obviously any form of link or bookmark in the
>> text box will fail.
>> see www.rxs-enterprises.org/tests/VML-graphics.htm
>> --
>> Ron Symonds - Microsoft MVP (FrontPage)
>> Reply only to group - emails will be deleted unread.
>> FrontPage Support: http://www.frontpagemvps.com/
>>
>> "Bob" <(E-Mail Removed)> wrote in message
>> news:2C699D77-213E-4740-ACCC-(E-Mail Removed)...
>> > Interesting that almost exactly a year later I have the same symptoms!
>> >
>> >
>> > My bookmark flags disappear too. They exist and I can publish them.
>> > Testing goes great when initially published.
>> >
>> > I can recreate the problem with these steps.
>> >
>> > 1) Insert the bookmark
>> > 2) Save the .htm
>> > 3) Exit FrontPage
>> > 4) Open FrontPage
>> > 5) The flag is missing
>> >
>> >
>> > My bookmark TOP does not disappear though.
>> >
>> > Currently, I am putting my bookmarks inside of text boxes. Maybe that
>> > is
>> > part of the problem?
>> >
>> > Any ideas?
>> >
>> > Bob
>> >
>> > "Stefan B Rusynko" wrote:
>> >
>> >> No
>> >> - make sure your bookmarks (anchor tags) are not empty when you
>> >> create
>> >> them
>> >>
>> >> --
>> >>
>> >> _____________________________________________
>> >> 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
>> >> _____________________________________________
>> >>
>> >>
>> >> "Ann Shaw" <(E-Mail Removed)> wrote in message
>> >> news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
>> >> | Using FP 2005, Win2000
>> >> | I have set up bookmarks, tested and found them to be working
>> >> properly
>> >> and
>> >> | then sometime later go back to the page and find the bookmark flag
>> >> gone.
>> >> | This has happened on different sites with different servers. Has
>> >> anyone else
>> >> | had this problem and how did you resolve? Thanks.
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Qm9i?=
Guest
Posts: n/a
 
      28th Jun 2006
The text boxes are gone.

I'll read up on CSS.

Thanks!

"Ronx" wrote:

> Definitely get rid of the text boxes.
>
> You can use tables or <divs> to lay out your pages. Use CSS to put borders
> round sections if you wish - I would not do that on a CV or resume.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
>
> "Bob" <(E-Mail Removed)> wrote in message
> news:4CC9E7D8-3F5E-4E64-AE58-(E-Mail Removed)...
> > Thanks!
> >
> > Can you point me in the right direction on this goal...
> >
> > I am putting together a resume website for me. At the top of the page is
> > a
> > list of postions. I want to allow my future employer to click on the
> > position and jump to detailed description of that position. I've placed
> > those descriptions inside of text boxes further down on the same page.
> >
> > I resorted to putting the bookmarks inside the text boxes because I
> > couldn't
> > get the placement of the bookmark to jump to the text box correctly.
> >
> > I've only had FrontPage for about a week so this is a basic rather than
> > an
> > advanced query. Somehow, I need to link the bookmark with the text
> > related
> > to each job.
> >
> > Do I need to get rid of the text boxes?
> >
> > Bob
> >
> > "Ronx" wrote:
> >
> >> > Currently, I am putting my bookmarks inside of text boxes. Maybe that
> >> > is
> >> > part of the problem?
> >>
> >> That is a problem in itself. Text boxes are VML graphics. In non-IE
> >> browsers the text box and its contents are rendered as a single .gif
> >> image
> >> (or not rendered at all), obviously any form of link or bookmark in the
> >> text box will fail.
> >> see www.rxs-enterprises.org/tests/VML-graphics.htm
> >> --
> >> Ron Symonds - Microsoft MVP (FrontPage)
> >> Reply only to group - emails will be deleted unread.
> >> FrontPage Support: http://www.frontpagemvps.com/
> >>
> >> "Bob" <(E-Mail Removed)> wrote in message
> >> news:2C699D77-213E-4740-ACCC-(E-Mail Removed)...
> >> > Interesting that almost exactly a year later I have the same symptoms!
> >> >
> >> >
> >> > My bookmark flags disappear too. They exist and I can publish them.
> >> > Testing goes great when initially published.
> >> >
> >> > I can recreate the problem with these steps.
> >> >
> >> > 1) Insert the bookmark
> >> > 2) Save the .htm
> >> > 3) Exit FrontPage
> >> > 4) Open FrontPage
> >> > 5) The flag is missing
> >> >
> >> >
> >> > My bookmark TOP does not disappear though.
> >> >
> >> > Currently, I am putting my bookmarks inside of text boxes. Maybe that
> >> > is
> >> > part of the problem?
> >> >
> >> > Any ideas?
> >> >
> >> > Bob
> >> >
> >> > "Stefan B Rusynko" wrote:
> >> >
> >> >> No
> >> >> - make sure your bookmarks (anchor tags) are not empty when you
> >> >> create
> >> >> them
> >> >>
> >> >> --
> >> >>
> >> >> _____________________________________________
> >> >> 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
> >> >> _____________________________________________
> >> >>
> >> >>
> >> >> "Ann Shaw" <(E-Mail Removed)> wrote in message
> >> >> news:7BCABD09-1189-4582-B42B-(E-Mail Removed)...
> >> >> | Using FP 2005, Win2000
> >> >> | I have set up bookmarks, tested and found them to be working
> >> >> properly
> >> >> and
> >> >> | then sometime later go back to the page and find the bookmark flag
> >> >> gone.
> >> >> | This has happened on different sites with different servers. Has
> >> >> anyone else
> >> >> | had this problem and how did you resolve? Thanks.
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
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
VBA help window: Multiple windows/tabs, bookmarks, bookmarks/historypane paul.domaskis@gmail.com Microsoft Outlook VBA Programming 4 19th May 2009 02:09 PM
Word 2007 bookmarks - How to display bookmarks on page? =?Utf-8?B?cmdpbGxl?= Microsoft Word Document Management 1 21st Apr 2007 10:06 PM
Bookmarks, TOC fields, PageRef fields disappear after print previe =?Utf-8?B?c2puZXQ=?= Microsoft Word Document Management 1 2nd Aug 2006 08:49 AM
Why do bookmarks in my Word Template disappear in the Word Doc? =?Utf-8?B?Q1dTUyBQYXJhbGVnYWw=?= Microsoft Word Document Management 1 20th Dec 2005 10:01 PM
Bookmarks in My Favorites file disappear TonyC Spyware Discussion 0 17th Jan 2005 10:55 PM


Features
 

Advertising
 

Newsgroups
 


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