How do I add a link to a company logo?

E

Ed

I'd like to add a hyperlink to a company logo that is displayed on each page
of the FrontPage web site. Can that be done without going to each page and
adding a hot spot?

Thanks,

Ed
 
J

Jens Peter Karlsen[FP-MVP]

Yes, you can do a global search and replace in html where you replace
the image with a link that uses that image.
For example <img src="logo.gif> gets replaced with <a
href="whatever.htm"><img src="logo.gif></a>

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Ed [mailto:[email protected]]
Posted At: 27. juni 2005 17:32
Posted To: microsoft.public.frontpage.programming
Conversation: How do I add a link to a company logo?
Subject: How do I add a link to a company logo?


I'd like to add a hyperlink to a company logo that is displayed on each
page of the FrontPage web site. Can that be done without going to each
page and adding a hot spot?

Thanks,

Ed
 
Top