Hi TNG,
I am not trying to do anything special at all other than get the titles to work right. I am not being clear, but I am trying to say that the TITLE description is not working at all. It is broken.
All I can tell you is this:
I put TEST in the description box.
In the alt text GALsurrounds that word text with two single quotes on each side. Not a pair of double quotes "TEST", not a pair of single quotes 'TEST' (either of those would work.) But what I get is TWO PAIR OF SINGLE QUOTES two on each side
Code:
<a href='http://...' target='_blank' class='DEF' title=''TEST''>psp</a> playing nes games.
That doesn't work. How can I explain this better?
It should just have a single set of quotes around it like this
<a href='http://...' target='_blank' class='DEF' title=
'TEST
'>psp</a> playing nes games.
with four quote marks, if you have two words in the title, it really messes up the tag. I am trying to explain to you that it's broken but I don't know how to.
You have an extra quote in there.
Regards,
Matt
You asked me to escape it, there is nothing to escape, but I escaped it anyway and I posted the results above.