cancel
Showing results for 
Search instead for 
Did you mean: 

mouse hover displays image name?

br8derz
Member

When I hover the mouse over any image or shape on my web page it displays the image name ..."image.jpg" in a yellow box.

 

Is there any way of stopping this??

 

Many thanks

 

Brad

5 REPLIES 5

JohnE
Guru

You can edit the <IMG> tags, adding the "ALT" attribute.  This way, you can add text to display instead of the filename when the mouse is hovered over the image.  For example, the following code:

<img src="product1.png" alt="Product 1" />

Will display the text, Product 1 when the mouse is hovered over the image.

br8derz
Member

Thanks that will certainly make it better, but is there a way to disable it altogether?

 

Thanks

WizApprentice
Power User
 

WizApprentice
Power User

Now what? A reply was posted and nothing appeared!

 

If you double click on the image and select "I", then some of the image properties appear. If you delete the content of these two lines, then no words appear when you hover.

br8derz
Member

brilliant, will give it a go

 

thanks