Forum Discussion
QuickBaseCoachD
7 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>"
- RobIV7 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
------------------------------
- QuickBaseCoachD7 years agoQrew Captainie.
"<a target="_blank" href= .. etc - JafarTiyar17 years agoQrew Traineethanks for the fast reply. I tried that and get the following error
- JafarTiyar17 years agoQrew Traineeyou're a legend mate, that did the trick
Cheers lads