asasass
December 21, 2017, 5:15am
1
I put it in like this:
<title>PLAY</title>
Blogger parses the code and changes it to:
PLAY
http://svgtooltips.blogspot.com/
Only this seems to work on blogger:
title="PLAY"
But you can’t use that on SVG’s.
What do I do?
Do I forgo using <title></title>
tag tooltips on SVG’s, or is there a solution?
Ray.H
December 21, 2017, 5:46am
2
No, don’t bow down to blogger when you know your code is right.
What do I do? or is there a solution?
Sounds like it’s time to stage a protest in front of blogger headquarters
On a serious note now, It sounds like blogger’s booger’s wysiwyg editor is stripping your html.
It was probably programmed to only accept one <title></title>
tag per page. The one that belongs in the document head. More than likely it discards any others and assumes you made a mistake .
There should be a way around it in the wysiwyg editor dashboard options. It may allow you to hand code them back in too, and then click save or something like that.
1 Like
Ray.H
December 21, 2017, 5:59am
4
You mean what’s that
WYSIWYG = what you see is what you get
Those type of editors are notorious for stripping out html.
asasass
December 21, 2017, 6:00am
5
Is there a solution, is there a way to get it to work?
Ray.H
December 21, 2017, 6:05am
6
You would have to do some reading to find how to override it, I’m sure you can.
I don’t know anything about blogger so you would have to do a search…
Something like blogger html editor dashboard
Gives me
1 Like
asasass
December 21, 2017, 6:06am
7
I keep putting this in:
<title>PLAY</title>
Blogger keeps stripping it out.
PLAY
Ray.H
December 21, 2017, 6:08am
8
It’s going to keep on doing that until you get it out of “Auto Mode” and find a way to let you manually control what gets saved
That’s why I said “You Have To Read” to find out what you need to do to override it
1 Like
asasass
December 21, 2017, 6:09am
9
It’s free to use to make a test page.
Ray.H
December 21, 2017, 6:36am
10
Does your editor dashboard look like the one in this pic
If it does try the “Format Template” button and see if you have any luck there
Or try “Settings” in the left column and look for any override options
asasass
December 21, 2017, 6:38am
11
I’m not really into the whole overriding stuff.
If it can’t be done within the html/javascript gadget, I don’t want to touch it.
Ray.H
December 21, 2017, 7:06am
12
I see the title tag working for me
And you will notice it added the svg titles to the page title in that link above
The actual page title was "Background Image Fade In "
Override the html settings in the radio buttons shown below…
Show HTML literally
untick <br>
tag
1 Like
Ray.H
December 21, 2017, 7:23am
16
Well, regardless of all that you need to go to your default page editor and check the radio buttons as I have shown.
You may see similar options in your other widgets
‘Show HTML literally’
1 Like
asasass
December 21, 2017, 7:25am
17
Awesome Inc.
It’s a different layout than yours.
Different settings for different layouts.
Ray.H
December 21, 2017, 7:26am
18
Your blogger template has nothing to do with the default editor options
1 Like
asasass
December 21, 2017, 7:28am
20
Settings are only for posts, not html/javascript gadget.