Quote:
Originally Posted by memobug
Hi TNG, I am having an odd problem.
The links themselves seem to work but the title is messed up because it is encased in two sets of single ''like this'' not one set of double parens "like this"
Please note that these are different.
My output code looks like this:
Please note that is two single quotes ' ' Onsite Link ' ' not one set of doubles "Onsite_Link"
Regards,
Matt
<a href='http://www.pspfreaks.com/reviews/showproduct.php/product/21' target='_SELF' class='DEF' title=''Onsite_Link''><!--GAL_REMOVAL--> memory stick</a>
|
try escaping them \"like this \" and tell me if that works.
Thanks