Hyperlink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a Historic District Website for the City of Graham, and I was wondering how do you link something to the bottom of a website. For example, I have seen on various websites, where you can click on a word or point at the top of the page, and you are directed to the bottom of the website with a description of this point. How do I link this in Publisher.

Michael Leinwan
(e-mail address removed)
(e-mail address removed)
City of Graha
Planning Departmen
Inter
336-570-670
 
Hi Michael ([email protected]),
in the newsgroups
you posted:

|| I am creating a Historic District Website for the City of Graham,
|| and I was wondering how do you link something to the bottom of a
|| website. For example, I have seen on various websites, where you
|| can click on a word or point at the top of the page, and you are
|| directed to the bottom of the website with a description of this
|| point. How do I link this in Publisher.

Microsoft Publisher doesn't offer a built in bookmark feature that links
within a page, only page to page. You can use the Insert HTML Code Fragment
feature however. Visit the microsoft.public.publisher.webdesign newsgroup
for more information. And please don't cross post to the Windows/Word
newsgroups after this posting.
--
Brian Kvalheim
Microsoft Publisher MVP
http://www.mvps.org/publisher
~pay it foward~

This posting is provided "AS IS" with no warranties, and
confers no rights.
 
Brian said:
Hi Michael ([email protected]),
in the newsgroups
you posted:


Microsoft Publisher doesn't offer a built in bookmark feature that
links within a page, only page to page. You can use the Insert HTML
Code Fragment feature however. Visit the
microsoft.public.publisher.webdesign newsgroup for more information.
And please don't cross post to the Windows/Word newsgroups after this
posting.

What will happen if he does?

--
Peace!
Kurt
Self-anointed Moderator
microscum.pubic.windowsexp.gonorrhea
http://microscum.com
"Trustworthy Computing" is only another example of an Oxymoron!
"Produkt-Aktivierung macht frei!"
 
Hi kurttrail ([email protected]),
in the newsgroups
you posted:
|| What will happen if he does?
||
|| --
|| Peace!
|| Kurt
|| Self-anointed Moderator
|| microscum.pubic.windowsexp.gonorrhea
|| http://microscum.com
|| "Trustworthy Computing" is only another example of an Oxymoron!
|| "Produkt-Aktivierung macht frei!"

He might trip over a troll :-P
--
Brian Kvalheim
Microsoft Publisher MVP
http://www.mvps.org/publisher
~pay it foward~

This posting is provided "AS IS" with no warranties, and
confers no rights.
 
Brian said:
Hi kurttrail ([email protected]),
in the newsgroups
you posted:

He might trip over a troll :-P

That could happen even if he never does it again.

--
Peace!
Kurt
Self-anointed Moderator
microscum.pubic.windowsexp.gonorrhea
http://microscum.com
"Trustworthy Computing" is only another example of an Oxymoron!
"Produkt-Aktivierung macht frei!"
 
Michael said:
I am creating a Historic District Website for the City of Graham,
and I was wondering how do you link something to the bottom of
a website. For example, I have seen on various websites, where
you can click on a word or point at the top of the page, and you
are directed to the bottom of the website with a description
of this point.

Look up the Anchor (<a...>) tag. If you use the "name" attribute of
that tag:

blahblah
<a name="somename">blah
blahblah

Then make a link that references it like this:

<a href="somepage#somename">link text</a>

clicking on "link text" will bring up "somepage" and scroll down to
where the "somename" anchor tag is.
 
FWIW, this is dead simple in Word. <g>

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Back
Top