This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Microsoft Publisher > March 2007 > Re: Hyperlink to a different part of a page?





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]

Author Re: Hyperlink to a different part of a page?
Warden

2007-03-13, 7:24 pm

Excellent stuff! Worked a dream, except that my "Top of Page" message
appears too low - it's just below the screen when you go to the question
concerned - even though there's plenty of white space above it. In fact it
appears just above the answer below. I've tried moving the html code fragment
up into the text box but it doesn't change anything in web view.

Any suggestions?

"DavidF" wrote:

> You can do this several ways using the insert html code fragment tool. If
> your questions are fairly short, you can include them in the code snippet
> you would insert into your page. Here is an example:
>
> <p><font face="Arial" size="2">
>
>
> <LI><A HREF="#READHERE1">This is my first question?</A><br>
> <LI><A HREF="#READHERE2">And what about this question?</A><br>
>
> If you copy and paste the above snippet into a code fragment box (use Ctrl +
> V to paste), you will have a bulleted list of two questions. If you don't
> want the bullet, then remove the <LI>. Also, this code snippet is setup for
> Arial font, html size 2 which is about a font size of 10. Try 3 for a font
> size of 12.
>
> Alternatively, just write your question in a text box, and right below it,
> or to the side, insert this snippet:
>
> <A HREF="#READHERE1">Click for answer</A>
>
> Change the text to whatever you want it to say. You can not overlap a code
> fragment box with a text box, and just size your code fragment box big
> enough to accommodate your text.
>
> Then, go down the page to where your answer is, and I would suggest each
> answer be in a separate text box, and insert this anchor right above the
> text box:
>
> <A NAME="READHERE1"></A>
>
> When you click on the "click for answer" you will automatically be taken
> down to your answer, with the answer displaying just below the top of the
> browser window. If you must put all the answers in one text box, then insert
> the anchor to the left or right of the answer outside the text box. It will
> not be visible when you preview your site.
>
> Then I would also insert another code snippet, either after each answer if
> you used separate text boxes, or perhaps to the left side of the answer:
>
> <p><font face="Arial" size="2">
> <A HREF="#TOP">Top of Page >></A>
>
> Once again I have it set up for arial font, and 10 point font size. When you
> do a web page preview, you will see the text "Top of Page >>" displayed, and
> if you click it, it will take you back to the top. You can vary the text as
> you see fit...I have tried just "top" but, felt it might not be clear to the
> viewer.
>
> Good luck...
>
> DavidF
>
> "Marnles" <Marnles@discussions.microsoft.com> wrote in message
> news:5EDFADAA-164C-4EB8-BC0C-7ECFC0F6016D@microsoft.com...
>
>
>

DavidF

2007-03-13, 7:24 pm

I may not be understanding your question, but the Top and Bottom tags are
built-in to your webpage. You don't insert a special anchor at the top of
the page in order to get the link to Top to work. If you insert the code
snippet:
<A HREF="#TOP">Top of Page >></A> anywhere on the page, do a webpage
preview, and click the link, you should go automatically to the top. If that
is not what is happening please explain more or provide the URL of the page
where you are having the problems.

DavidF

"Warden" <Warden@discussions.microsoft.com> wrote in message
news:6274D2C1-CCDF-4795-8362-380932E87900@microsoft.com...[color=darkred]
> Excellent stuff! Worked a dream, except that my "Top of Page" message
> appears too low - it's just below the screen when you go to the question
> concerned - even though there's plenty of white space above it. In fact it
> appears just above the answer below. I've tried moving the html code
> fragment
> up into the text box but it doesn't change anything in web view.
>
> Any suggestions?
>
> "DavidF" wrote:
>


Warden

2007-03-14, 7:16 pm

Sorry, I didn't explain very well. The hyperlink works properly, i.e. when
you click on "Top of Page", the top of the page is displayed. The only
problem is that when the longest article on the page is displayed, you can't
see the "Top of Page" hyperlink below it, even though there's plenty of space
for it on the screen. To find it you have to scroll down. I would prefer the
hyperlink to sit just below the bottom of the article, otherwise people won't
know it's there.

"DavidF" wrote:

> I may not be understanding your question, but the Top and Bottom tags are
> built-in to your webpage. You don't insert a special anchor at the top of
> the page in order to get the link to Top to work. If you insert the code
> snippet:
> <A HREF="#TOP">Top of Page >></A> anywhere on the page, do a webpage
> preview, and click the link, you should go automatically to the top. If that
> is not what is happening please explain more or provide the URL of the page
> where you are having the problems.
>
> DavidF
>
> "Warden" <Warden@discussions.microsoft.com> wrote in message
> news:6274D2C1-CCDF-4795-8362-380932E87900@microsoft.com...
>
>
>

DavidF

2007-03-14, 11:15 pm

I think I understand what you are saying, but I am not sure of the solution.
Is your "longest article" in one text box, or do you have all your
"articles" in one text box? Though you can sometimes overlap a code fragment
box with a text box in Pub 2003, you can't do that in Pub 2000. If you are
using one long text box, then try breaking out the articles into separate
text boxes, and placing the top of page fragment right below it. Also, you
could try putting the code fragments to the side of the text box. Sometimes
things get shifted around on the page when Pub converts everything to HTML,
and you just have to try different placements and combinations until it
works. Also, don't forget to run the design checker tool, to see if perhaps
there is something else happening.

Sorry I can't give you a more definitive answer.

DavidF

"Warden" <Warden@discussions.microsoft.com> wrote in message
news:FF66A963-BCAD-4873-BF32-88B3E57D5C1D@microsoft.com...[color=darkred]
> Sorry, I didn't explain very well. The hyperlink works properly, i.e. when
> you click on "Top of Page", the top of the page is displayed. The only
> problem is that when the longest article on the page is displayed, you
> can't
> see the "Top of Page" hyperlink below it, even though there's plenty of
> space
> for it on the screen. To find it you have to scroll down. I would prefer
> the
> hyperlink to sit just below the bottom of the article, otherwise people
> won't
> know it's there.
>
> "DavidF" wrote:
>


Menburlen2

2007-03-16, 9:01 am

I just love anal sex, sorry...
http://I-Love-Anal.info/videos/medi...php?file=502223
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews