IP15.5 Posted June 26, 2015 Posted June 26, 2015 Hello, From what I'm seeing after working on the Pages and Blog Apps, there's no way to add these types of image tags other than manually. Looks like an alt tag is automatically added based upon the thumbnail name that is created, but having the ability to add custom title and alt tags by perhaps double clicking the image would be really convenient for SEO purposes. Additionally, the option to set any links to open in the same or new window would be highly useful in my opinion, right now it seems that all of the above has to be added in source mode after adding the image, and many times the editor doesn't seem to like it. Just an idea!
Bauforum24 Posted November 25, 2016 Posted November 25, 2016 Adding a title Tag to an image would be great. Is it possible to add a field for the title into the Image Options window?
Management Charles Posted December 9, 2016 Management Posted December 9, 2016 This will be in 4.1.18.
Michel_72 Posted August 25, 2017 Posted August 25, 2017 I'm on 4.2 and I'm still missing the title tag. Is that correct? https://www.sat4all.com/forums/topic/360013-sat4all-problemen-op-het-forum/?do=findComment&comment=2462898 <img alt="Dit is een test" class="ipsImage ipsImage_thumbnailed" data-fileid="234192" data-unique="icd9bbytj" src="https://www.sat4all.com/forums/uploads/monthly_2017_08/test.png.d14a5b293c1d11c9afb2727f604a4c00.png" style="width: 640px; height: auto;">
Michel_72 Posted September 1, 2017 Posted September 1, 2017 On 12/9/2016 at 4:10 PM, Charles said: This will be in 4.1.18. I'm now on 4.2.3 and it's still missing. Is that correct?
Ryan Ashbrook Posted September 1, 2017 Posted September 1, 2017 If you double click on the image while it is embedded in the editor, you should see the options.
Michel_72 Posted September 1, 2017 Posted September 1, 2017 <p> <img alt="Dit is een test titel." class="ipsImage ipsImage_thumbnailed" data-fileid="234994" data-unique="d5hjsn5j8" src="https://www.sat4all.com/forums/uploads/monthly_2017_09/test.png.6aaf0ee650533d7dc7d628d8777484d9.png" style="width: 640px; height: auto;"></p> It is still not a title tag, but 'alt'. Quote What is Alt Text? Alt text is meant to be an alternative information source for those people who have chosen to disable images in their browsers and those user agents that are simply unable to “see” the images. It should describe what the image is about and get those visitors interested to see it. (Like the picture to the right) Without alt text, an image will be displayed as an empty icon: In Internet Explorer, Alt text also pops up when you hover over an image. Plus, Google officially confirmed it mainly focuses on alt text when trying to understand what an image is about. This means that alt text is valuable for SEO, in addition to being useful for users. Alt text may also be called an Alt tag or Alt attributes. What Does Image Title Refer To? Image title (and the element name speaks for itself) should provide additional information and follow the rules of a regular title: it should be relevant, short, catchy, and concise (A title “offers advisory information about the element for which it is set.“). In FireFox and Opera it pops up when you hover over an image:
Nathan Explosion Posted September 1, 2017 Posted September 1, 2017 This is probably a confusion on what 'title' means - as it says in the dialog box, it is for accessibility which will put it in the Alt for it to be able to be read for accessible browsers. Others have possibly seen a 'title' before due to the use of figcaption. Put the following in to a text file and save it as .html and open in a browser - see which 'title' is shown straight away and which one is shown when you hover over the image.....is it "banana" or "That's Aerosmith up there"? <html> <head> </head> <body> <img alt="title" title="banana" src="http://vignette1.wikia.nocookie.net/lyricwiki/images/8/85/Aerosmith2.jpg" /> <figcaption>That's Aerosmith up there.</figcaption> </body> </html> So the request could really be "can you please allow us to put captions below images?" and "can the 'title' option please show upon image hover?"
Joel R Posted September 2, 2017 Posted September 2, 2017 On 9/1/2017 at 9:01 AM, Nathan Explosion said: This is probably a confusion on what 'title' means - as it says in the dialog box, it is for accessibility which will put it in the Alt for it to be able to be read for accessible browsers. Others have possibly seen a 'title' before due to the use of figcaption. Put the following in to a text file and save it as .html and open in a browser - see which 'title' is shown straight away and which one is shown when you hover over the image.....is it "banana" or "That's Aerosmith up there"? <html> <head> </head> <body> <img alt="title" title="banana" src="http://vignette1.wikia.nocookie.net/lyricwiki/images/8/85/Aerosmith2.jpg" /> <figcaption>That's Aerosmith up there.</figcaption> </body> </html> So the request could really be "can you please allow us to put captions below images?" and "can the 'title' option please show upon image hover?" Nominating @Nathan Explosion to teach HTML classes for dummies.
aia Posted September 3, 2017 Posted September 3, 2017 He says he expected appearance of value from "Title" field in title="" attribute but instead it appears in alt="" attribute, which is confusing while the field is called "Title", not "Alternative text". 3 hours ago, Joel R said: teach *Learn. <figcaption> must be always included in <figure>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.