Message when run cursor over image

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

Guest

I have an image on my website which has a hyperlink to take it to another
webpage when it is clicked on. I would like a message to appear, saying
'Click here to view....' when the user hovers over the image. Is it possible
to do this? Any advice would be great.
Regards,
liverlass
 
In code view, add a title attribute to the image's tag, e.g.,

<img src="..." title="Click here to view..."
 
Murray,
Many thanks for your reply. I'm very new to Frontpage so I became stuck when
looking at my coding to incorporate what you said. My boss sent me the image
on a Word document so I copied and pasted the image into design view on the
webpage. I clicked on the image and the following coding was highlighted
below:

<!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t"
path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_s1040" type="#_x0000_t75"
href="professor_john_wilding.htm"
style='position:absolute;left:64.5pt;top:74.25pt;
width:96.75pt;height:99pt;z-index:0' wrapcoords="-159 0 -159 21495 21600
21495 21600 0 -159 0">
<v:imagedata src="include_top3_files/image001.jpg" o:title="DSC_0014"/>
</v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout;position:
absolute;z-index:0;left:86px;top:99px;width:129px;height:132px'><a
href="professor_john_wilding.htm"><img border=0 width=129 height=132
src="include_top3_files/image002.jpg" title=""
v:shapes="_x0000_s1040"></a></span><![endif]>

Could you tell me where exactly I should insert the line of coding you gave
to me. I presume the image must be image002 do you think?

Much appreciated,
regards,
Liz.
 
Well, that's not really an image - it's a Word Art thing, which will only be
rendered in IE/PC. Is that what your boss wants?

--
Murray
--------------
MVP FrontPage


Liverlass3981 said:
Murray,
Many thanks for your reply. I'm very new to Frontpage so I became stuck
when
looking at my coding to incorporate what you said. My boss sent me the
image
on a Word document so I copied and pasted the image into design view on
the
webpage. I clicked on the image and the following coding was highlighted
below:

<!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t"
path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_s1040" type="#_x0000_t75"
href="professor_john_wilding.htm"
style='position:absolute;left:64.5pt;top:74.25pt;
width:96.75pt;height:99pt;z-index:0' wrapcoords="-159 0 -159 21495 21600
21495 21600 0 -159 0">
<v:imagedata src="include_top3_files/image001.jpg" o:title="DSC_0014"/>
</v:shape><![endif]--><![if !vml]><span
style='mso-ignore:vglayout;position:
absolute;z-index:0;left:86px;top:99px;width:129px;height:132px'><a
href="professor_john_wilding.htm"><img border=0 width=129 height=132
src="include_top3_files/image002.jpg" title=""
v:shapes="_x0000_s1040"></a></span><![endif]>

Could you tell me where exactly I should insert the line of coding you
gave
to me. I presume the image must be image002 do you think?

Much appreciated,
regards,
Liz.

Murray said:
In code view, add a title attribute to the image's tag, e.g.,

<img src="..." title="Click here to view..."

--
Murray
--------------
MVP FrontPage


message
 
My boss just sent the photo on a Word document but I could ask him to send me
the image file instead. Would that be better? In fact I think I will do that
now, as to keep things simpler.

Regards,
Liz.

Liverlass3981 said:
Murray,
Many thanks for your reply. I'm very new to Frontpage so I became stuck when
looking at my coding to incorporate what you said. My boss sent me the image
on a Word document so I copied and pasted the image into design view on the
webpage. I clicked on the image and the following coding was highlighted
below:

<!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t"
path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_s1040" type="#_x0000_t75"
href="professor_john_wilding.htm"
style='position:absolute;left:64.5pt;top:74.25pt;
width:96.75pt;height:99pt;z-index:0' wrapcoords="-159 0 -159 21495 21600
21495 21600 0 -159 0">
<v:imagedata src="include_top3_files/image001.jpg" o:title="DSC_0014"/>
</v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout;position:
absolute;z-index:0;left:86px;top:99px;width:129px;height:132px'><a
href="professor_john_wilding.htm"><img border=0 width=129 height=132
src="include_top3_files/image002.jpg" title=""
v:shapes="_x0000_s1040"></a></span><![endif]>

Could you tell me where exactly I should insert the line of coding you gave
to me. I presume the image must be image002 do you think?

Much appreciated,
regards,
Liz.

Murray said:
In code view, add a title attribute to the image's tag, e.g.,

<img src="..." title="Click here to view..."
 
He probably does not have an image file. Your best bet would be to open the
Word document, take a screen shot of the page, crop out the image and use
that instead.

--
Murray
--------------
MVP FrontPage


Liverlass3981 said:
My boss just sent the photo on a Word document but I could ask him to send
me
the image file instead. Would that be better? In fact I think I will do
that
now, as to keep things simpler.

Regards,
Liz.

Liverlass3981 said:
Murray,
Many thanks for your reply. I'm very new to Frontpage so I became stuck
when
looking at my coding to incorporate what you said. My boss sent me the
image
on a Word document so I copied and pasted the image into design view on
the
webpage. I clicked on the image and the following coding was highlighted
below:

<!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t"
path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_s1040" type="#_x0000_t75"
href="professor_john_wilding.htm"
style='position:absolute;left:64.5pt;top:74.25pt;
width:96.75pt;height:99pt;z-index:0' wrapcoords="-159 0 -159 21495 21600
21495 21600 0 -159 0">
<v:imagedata src="include_top3_files/image001.jpg" o:title="DSC_0014"/>
</v:shape><![endif]--><![if !vml]><span
style='mso-ignore:vglayout;position:
absolute;z-index:0;left:86px;top:99px;width:129px;height:132px'><a
href="professor_john_wilding.htm"><img border=0 width=129 height=132
src="include_top3_files/image002.jpg" title=""
v:shapes="_x0000_s1040"></a></span><![endif]>

Could you tell me where exactly I should insert the line of coding you
gave
to me. I presume the image must be image002 do you think?

Much appreciated,
regards,
Liz.

Murray said:
In code view, add a title attribute to the image's tag, e.g.,

<img src="..." title="Click here to view..."

--
Murray
--------------
MVP FrontPage


message
I have an image on my website which has a hyperlink to take it to
another
webpage when it is clicked on. I would like a message to appear,
saying
'Click here to view....' when the user hovers over the image. Is it
possible
to do this? Any advice would be great.
Regards,
liverlass
 
Murray,

Mission accomplished! My boss had a jpeg file which I used and I was able to
insert the coding which you gave to me to create the title over the image.
Thank you so much. I'm always chuffed to learn something new on Frontpage!
Kind regards,

Liz.

Murray said:
He probably does not have an image file. Your best bet would be to open the
Word document, take a screen shot of the page, crop out the image and use
that instead.

--
Murray
--------------
MVP FrontPage


Liverlass3981 said:
My boss just sent the photo on a Word document but I could ask him to send
me
the image file instead. Would that be better? In fact I think I will do
that
now, as to keep things simpler.

Regards,
Liz.

Liverlass3981 said:
Murray,
Many thanks for your reply. I'm very new to Frontpage so I became stuck
when
looking at my coding to incorporate what you said. My boss sent me the
image
on a Word document so I copied and pasted the image into design view on
the
webpage. I clicked on the image and the following coding was highlighted
below:

<!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t"
path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_s1040" type="#_x0000_t75"
href="professor_john_wilding.htm"
style='position:absolute;left:64.5pt;top:74.25pt;
width:96.75pt;height:99pt;z-index:0' wrapcoords="-159 0 -159 21495 21600
21495 21600 0 -159 0">
<v:imagedata src="include_top3_files/image001.jpg" o:title="DSC_0014"/>
</v:shape><![endif]--><![if !vml]><span
style='mso-ignore:vglayout;position:
absolute;z-index:0;left:86px;top:99px;width:129px;height:132px'><a
href="professor_john_wilding.htm"><img border=0 width=129 height=132
src="include_top3_files/image002.jpg" title=""
v:shapes="_x0000_s1040"></a></span><![endif]>

Could you tell me where exactly I should insert the line of coding you
gave
to me. I presume the image must be image002 do you think?

Much appreciated,
regards,
Liz.

:

In code view, add a title attribute to the image's tag, e.g.,

<img src="..." title="Click here to view..."

--
Murray
--------------
MVP FrontPage


message
I have an image on my website which has a hyperlink to take it to
another
webpage when it is clicked on. I would like a message to appear,
saying
'Click here to view....' when the user hovers over the image. Is it
possible
to do this? Any advice would be great.
Regards,
liverlass
 
WooHoo! <flex>

You're welcome....

--
Murray
--------------
MVP FrontPage


Liverlass3981 said:
Murray,

Mission accomplished! My boss had a jpeg file which I used and I was able
to
insert the coding which you gave to me to create the title over the image.
Thank you so much. I'm always chuffed to learn something new on Frontpage!
Kind regards,

Liz.

Murray said:
He probably does not have an image file. Your best bet would be to open
the
Word document, take a screen shot of the page, crop out the image and use
that instead.

--
Murray
--------------
MVP FrontPage


message
My boss just sent the photo on a Word document but I could ask him to
send
me
the image file instead. Would that be better? In fact I think I will do
that
now, as to keep things simpler.

Regards,
Liz.

:

Murray,
Many thanks for your reply. I'm very new to Frontpage so I became
stuck
when
looking at my coding to incorporate what you said. My boss sent me the
image
on a Word document so I copied and pasted the image into design view
on
the
webpage. I clicked on the image and the following coding was
highlighted
below:

<!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t"
path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_s1040" type="#_x0000_t75"
href="professor_john_wilding.htm"
style='position:absolute;left:64.5pt;top:74.25pt;
width:96.75pt;height:99pt;z-index:0' wrapcoords="-159 0 -159 21495
21600
21495 21600 0 -159 0">
<v:imagedata src="include_top3_files/image001.jpg"
o:title="DSC_0014"/>
</v:shape><![endif]--><![if !vml]><span
style='mso-ignore:vglayout;position:
absolute;z-index:0;left:86px;top:99px;width:129px;height:132px'><a
href="professor_john_wilding.htm"><img border=0 width=129 height=132
src="include_top3_files/image002.jpg" title=""
v:shapes="_x0000_s1040"></a></span><![endif]>

Could you tell me where exactly I should insert the line of coding you
gave
to me. I presume the image must be image002 do you think?

Much appreciated,
regards,
Liz.

:

In code view, add a title attribute to the image's tag, e.g.,

<img src="..." title="Click here to view..."

--
Murray
--------------
MVP FrontPage


message
I have an image on my website which has a hyperlink to take it to
another
webpage when it is clicked on. I would like a message to appear,
saying
'Click here to view....' when the user hovers over the image. Is
it
possible
to do this? Any advice would be great.
Regards,
liverlass
 
Back
Top