Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Try this
"<a target="_blank"
href=\"MyURL"><img src=\"MyImage" width=125></a>"
"<a target="_blank"
href=\"MyURL"><img src=\"MyImage" width=125></a>"
- RobIV8 years agoQrew CadetYou�re building a string containing quotes. You�ll have to escape them or change the quote types. See if changing the quotes around �_blank� to single quotes works. You�ll need to do the same for the other attribute too.
- JasonJohnson26 years agoQrew CadetThanks for the tip with the single quote.
------------------------------
Jason Johnson
------------------------------
- QuickBaseCoachD8 years agoQrew Captainie.
"<a target="_blank" href= .. etc - JafarTiyar18 years agoQrew Traineethanks for the fast reply. I tried that and get the following error
- JafarTiyar18 years agoQrew Traineeyou're a legend mate, that did the trick
Cheers lads