Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Publisher / Web Design / November 2004

Tip: Looking for answers? Try searching our database.

jumping from highlighted title to the related text further down...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Suzanne - 18 Nov 2004 03:24 GMT
I'm trying to find out how, in Publisher, I can build my webpage so that a
user can select a highlighted topic and be automatically sent to the
appropriate text further down the page. I also want to know how "return to
top" would work, which I'm sure is similar. Thanks for your help!
Don Schmidt - 18 Nov 2004 14:21 GMT
Below is some great stuff David Bartosik provided in days of past.  I
suggest you copy it and save it for those times of need.

Signature

Don
Vancouver, USA

====================
Publisher has no built in support for "bookmarking". To add bookmarking
requires coding it yourself with an HTML code fragment. Since TOP is a
standard bookmark it takes only a small snippet of code to add Top Of Page
functionality to your page. Just draw an HTML code fragment at the bottom of
the page and paste the following code snippet:

<a href="#top">back to top</a>

To create other anchor links within your web page, here is an example of how
I do it. Say I have sections on a page about David Bartosik, JoAnn, and Don.
At the top of my page I would use the HTML code fragment to insert:

<A HREF="#READ HERE">David Bartosik</A>
<A HREF="#READ HERE1">JoAnn</A>
<A HREF="#READ HERE2">/Don</A>

Then beside each section in the page I would insert:

<A NAME="READ HERE"></A>
<A NAME="READ HERE1"></A>
<A NAME="READ HERE2"></A>

When you click on the link David Bartosik, etc at the top of the page, you
will directed to the individual sections.

To create a "back button".

<INPUT TYPE="button" VALUE="Go back" ONCLICK="history.back(3)"NAME="button">

> I'm trying to find out how, in Publisher, I can build my webpage so that a
> user can select a highlighted topic and be automatically sent to the
> appropriate text further down the page. I also want to know how "return to
> top" would work, which I'm sure is similar. Thanks for your help!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.