Text over picture not appearing

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
Joy63
500 Command not understood
Posts: 1
Joined: 2015-04-22 18:44
First name: Joy
Last name: Siegel

Text over picture not appearing

#1 Post by Joy63 » 2015-04-22 18:53

Hi, I am hoping someone can help me. I use frontpage 2003 and after I insert a picture and go into the picture properties and add text to the image and upload it, it is not appearing on my website. Can anyone help me with this problem. I have done everything right but its just not displaying the text when you put the mouse over the picture. Thanks JOY

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: Text over picture not appearing

#2 Post by boco » 2015-04-22 20:25

In the picture properties? Do you maybe refer to the "alt text"? The alt text is displayed only if the image can NOT (or not yet) be shown for some reason.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: Text over picture not appearing

#3 Post by audiopro » 2015-04-23 05:25

Add a title to your image to display mouse over text

Code: Select all

<img title='Show this text on hover' src='images/myimage.jpg' alt='text read by screen readers and also displayed if image cannot display'>
Morecambe - Where the sun goes at night

roothelp
500 Command not understood
Posts: 1
Joined: 2015-11-19 09:26
First name: Mac
Last name: Kuch

Re: Text over picture not appearing

#4 Post by roothelp » 2015-11-19 09:32

Google like Alt text and title in image.

Post Reply