On page 1 I have a graphic (bmp) listing places to visit on page 2. Page 2
contains 4 layers each which have a table inside. The top cell of each table
is a graphic (bmp) that has the shows the topic of that particular table.
How do I hotspot/hyperlink from the graphic on page 1 to a specific graphic
on page 2? Do I use coordinates? I can tell you where the webpages are if
you want to look at it. Thanks!

Re: Hyperlink to a specific graphic on a different page by Thomas

Thomas
Thu Dec 08 16:42:02 CST 2005

Don't have a solution for your actual issue, but would suggest that you convert your image to either
JPG, GIF or PNG format when used on the internet.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Edye" <Edye@discussions.microsoft.com> wrote in message
news:E40C2421-D0DB-4A14-AB42-D2572E646B73@microsoft.com...
> On page 1 I have a graphic (bmp) listing places to visit on page 2. Page 2
> contains 4 layers each which have a table inside. The top cell of each table
> is a graphic (bmp) that has the shows the topic of that particular table.
> How do I hotspot/hyperlink from the graphic on page 1 to a specific graphic
> on page 2? Do I use coordinates? I can tell you where the webpages are if
> you want to look at it. Thanks!



Re: Hyperlink to a specific graphic on a different page by clintonG

clintonG
Thu Dec 08 18:13:21 CST 2005

Search the web for "fragment identifiers" also called "jump tags" which
allow us to 'jump' to certain sections within a page or into a section of a
different page.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


"Edye" <Edye@discussions.microsoft.com> wrote in message
news:E40C2421-D0DB-4A14-AB42-D2572E646B73@microsoft.com...
> On page 1 I have a graphic (bmp) listing places to visit on page 2. Page
> 2
> contains 4 layers each which have a table inside. The top cell of each
> table
> is a graphic (bmp) that has the shows the topic of that particular table.
> How do I hotspot/hyperlink from the graphic on page 1 to a specific
> graphic
> on page 2? Do I use coordinates? I can tell you where the webpages are
> if
> you want to look at it. Thanks!



Re: Hyperlink to a specific graphic on a different page by Kevin

Kevin
Thu Dec 08 20:39:47 CST 2005

In FrontPage, the anchors that these refer to are termed "bookmarks." Once
adding bookmarks to a page, you can create hyperlinks that include the
bookmark names (fragment identifiers, as you put the term correctly) in
order to jump down the page to the bookmark. Example:

http://somewebsite.com/somepage.html#bookmark1

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

"clintonG" <csgallagher@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%23emkfVF$FHA.1032@TK2MSFTNGP09.phx.gbl...
> Search the web for "fragment identifiers" also called "jump tags" which
> allow us to 'jump' to certain sections within a page or into a section of
> a different page.
>
> <%= Clinton Gallagher
> METROmilwaukee (sm) "A Regional Information Service"
> NET csgallagher AT metromilwaukee.com
> URL http://metromilwaukee.com/
> URL http://clintongallagher.metromilwaukee.com/
>
>
> "Edye" <Edye@discussions.microsoft.com> wrote in message
> news:E40C2421-D0DB-4A14-AB42-D2572E646B73@microsoft.com...
>> On page 1 I have a graphic (bmp) listing places to visit on page 2. Page
>> 2
>> contains 4 layers each which have a table inside. The top cell of each
>> table
>> is a graphic (bmp) that has the shows the topic of that particular table.
>> How do I hotspot/hyperlink from the graphic on page 1 to a specific
>> graphic
>> on page 2? Do I use coordinates? I can tell you where the webpages are
>> if
>> you want to look at it. Thanks!
>
>



Re: Hyperlink to a specific graphic on a different page by Ronx

Ronx
Fri Dec 09 03:11:51 CST 2005

.bmp files are not recognised in many browsers, and they are huge
(filesize). Convert them to .jpg or .gif
Use .gif only if the image has less than 256 unique colours - line
drawings, not photographs.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/


"Edye" <Edye@discussions.microsoft.com> wrote in message
news:E40C2421-D0DB-4A14-AB42-D2572E646B73@microsoft.com...
> On page 1 I have a graphic (bmp) listing places to visit on page 2.
Page 2
> contains 4 layers each which have a table inside. The top cell of
each table
> is a graphic (bmp) that has the shows the topic of that particular
table.
> How do I hotspot/hyperlink from the graphic on page 1 to a specific
graphic
> on page 2? Do I use coordinates? I can tell you where the webpages
are if
> you want to look at it. Thanks!



Re: Hyperlink to a specific graphic on a different page by clintonG

clintonG
Fri Dec 09 11:05:16 CST 2005

Good point Kevin but I always try to refer to the conventional terminology
as there is more information to be learned than the slim FrontPage pickins'.
For example, do the FrontPage bookmarks support transfer to a page other
than the page that contains the link?

<%= Clinton Gallagher



"Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
news:umLQTnG$FHA.2944@TK2MSFTNGP10.phx.gbl...
> In FrontPage, the anchors that these refer to are termed "bookmarks." Once
> adding bookmarks to a page, you can create hyperlinks that include the
> bookmark names (fragment identifiers, as you put the term correctly) in
> order to jump down the page to the bookmark. Example:
>
> http://somewebsite.com/somepage.html#bookmark1
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> You can lead a fish to a bicycle,
> but you can't make it stink.
>
> "clintonG" <csgallagher@REMOVETHISTEXTmetromilwaukee.com> wrote in message
> news:%23emkfVF$FHA.1032@TK2MSFTNGP09.phx.gbl...
>> Search the web for "fragment identifiers" also called "jump tags" which
>> allow us to 'jump' to certain sections within a page or into a section of
>> a different page.
>>
>> <%= Clinton Gallagher
>> METROmilwaukee (sm) "A Regional Information Service"
>> NET csgallagher AT metromilwaukee.com
>> URL http://metromilwaukee.com/
>> URL http://clintongallagher.metromilwaukee.com/
>>
>>
>> "Edye" <Edye@discussions.microsoft.com> wrote in message
>> news:E40C2421-D0DB-4A14-AB42-D2572E646B73@microsoft.com...
>>> On page 1 I have a graphic (bmp) listing places to visit on page 2.
>>> Page 2
>>> contains 4 layers each which have a table inside. The top cell of each
>>> table
>>> is a graphic (bmp) that has the shows the topic of that particular
>>> table.
>>> How do I hotspot/hyperlink from the graphic on page 1 to a specific
>>> graphic
>>> on page 2? Do I use coordinates? I can tell you where the webpages are
>>> if
>>> you want to look at it. Thanks!
>>
>>
>
>



Re: Hyperlink to a specific graphic on a different page by Kevin

Kevin
Fri Dec 09 11:34:02 CST 2005

Hi Clinton,

Yes, in the hyperlink dialog box, you can select a bookmark in a page in the
same web. Of course, you can add one manually, if the link is outside the
web.

And I applaud your use of the conventional terminology. I believe people
should learn these terms. I only wanted to link that information to the
FrontPage term, so he would know what to do. I usually try to give both when
responding, although I'm sure I forget from time to time.

--

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

"clintonG" <csgallagher@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:eZ6E9KO$FHA.2608@TK2MSFTNGP11.phx.gbl...
> Good point Kevin but I always try to refer to the conventional terminology
> as there is more information to be learned than the slim FrontPage
> pickins'. For example, do the FrontPage bookmarks support transfer to a
> page other than the page that contains the link?
>
> <%= Clinton Gallagher
>
>
>
> "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
> news:umLQTnG$FHA.2944@TK2MSFTNGP10.phx.gbl...
>> In FrontPage, the anchors that these refer to are termed "bookmarks."
>> Once adding bookmarks to a page, you can create hyperlinks that include
>> the bookmark names (fragment identifiers, as you put the term correctly)
>> in order to jump down the page to the bookmark. Example:
>>
>> http://somewebsite.com/somepage.html#bookmark1
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> You can lead a fish to a bicycle,
>> but you can't make it stink.
>>
>> "clintonG" <csgallagher@REMOVETHISTEXTmetromilwaukee.com> wrote in
>> message news:%23emkfVF$FHA.1032@TK2MSFTNGP09.phx.gbl...
>>> Search the web for "fragment identifiers" also called "jump tags" which
>>> allow us to 'jump' to certain sections within a page or into a section
>>> of a different page.
>>>
>>> <%= Clinton Gallagher
>>> METROmilwaukee (sm) "A Regional Information Service"
>>> NET csgallagher AT metromilwaukee.com
>>> URL http://metromilwaukee.com/
>>> URL http://clintongallagher.metromilwaukee.com/
>>>
>>>
>>> "Edye" <Edye@discussions.microsoft.com> wrote in message
>>> news:E40C2421-D0DB-4A14-AB42-D2572E646B73@microsoft.com...
>>>> On page 1 I have a graphic (bmp) listing places to visit on page 2.
>>>> Page 2
>>>> contains 4 layers each which have a table inside. The top cell of each
>>>> table
>>>> is a graphic (bmp) that has the shows the topic of that particular
>>>> table.
>>>> How do I hotspot/hyperlink from the graphic on page 1 to a specific
>>>> graphic
>>>> on page 2? Do I use coordinates? I can tell you where the webpages
>>>> are if
>>>> you want to look at it. Thanks!
>>>
>>>
>>
>>
>
>



Re: Hyperlink to a specific graphic on a different page by Steve

Steve
Fri Dec 09 11:31:40 CST 2005

Yes they do.
You can link to any bookmark ( fragment identifier ) in any page, from any page.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
..............................with a computer
"clintonG" <csgallagher@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:eZ6E9KO$FHA.2608@TK2MSFTNGP11.phx.gbl...
> Good point Kevin but I always try to refer to the conventional terminology
> as there is more information to be learned than the slim FrontPage pickins'.
> For example, do the FrontPage bookmarks support transfer to a page other
> than the page that contains the link?
>
> <%= Clinton Gallagher
>
>
>
> "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
> news:umLQTnG$FHA.2944@TK2MSFTNGP10.phx.gbl...
> > In FrontPage, the anchors that these refer to are termed "bookmarks." Once
> > adding bookmarks to a page, you can create hyperlinks that include the
> > bookmark names (fragment identifiers, as you put the term correctly) in
> > order to jump down the page to the bookmark. Example:
> >
> > http://somewebsite.com/somepage.html#bookmark1
> >
> > --
> > HTH,
> >
> > Kevin Spencer
> > Microsoft MVP
> > .Net Developer
> > You can lead a fish to a bicycle,
> > but you can't make it stink.
> >
> > "clintonG" <csgallagher@REMOVETHISTEXTmetromilwaukee.com> wrote in message
> > news:%23emkfVF$FHA.1032@TK2MSFTNGP09.phx.gbl...
> >> Search the web for "fragment identifiers" also called "jump tags" which
> >> allow us to 'jump' to certain sections within a page or into a section of
> >> a different page.
> >>
> >> <%= Clinton Gallagher
> >> METROmilwaukee (sm) "A Regional Information Service"
> >> NET csgallagher AT metromilwaukee.com
> >> URL http://metromilwaukee.com/
> >> URL http://clintongallagher.metromilwaukee.com/
> >>
> >>
> >> "Edye" <Edye@discussions.microsoft.com> wrote in message
> >> news:E40C2421-D0DB-4A14-AB42-D2572E646B73@microsoft.com...
> >>> On page 1 I have a graphic (bmp) listing places to visit on page 2.
> >>> Page 2
> >>> contains 4 layers each which have a table inside. The top cell of each
> >>> table
> >>> is a graphic (bmp) that has the shows the topic of that particular
> >>> table.
> >>> How do I hotspot/hyperlink from the graphic on page 1 to a specific
> >>> graphic
> >>> on page 2? Do I use coordinates? I can tell you where the webpages are
> >>> if
> >>> you want to look at it. Thanks!
> >>
> >>
> >
> >
>
>