AmberPollard
8 years agoQrew Assistant Captain
Clicking on Record Image Goes to Record Instead of Image
I've created a way for the records in an embedded table to display a thumbnail of the image. If I click on thumbnail I've taken to the form view for that record, but once I'm on the form and I click on the thumbnail, I'm taken to the full-size image in my browser (Chrome centers the image and makes a black background for everything behind the image).
How can I make clicking on the thumbnail in the embedded report go directly to the full-size image?
Here's the code I'm using:
If([Type]="image",
"<a href=\"https://rael-letson.quickbase.com/up/"&; Dbid () & "/a/r"&
[Record ID#] &"/e8/v0\" /> "&
"<img src=\"https://rael-letson.quickbase.com/up/"&; Dbid () &"/a/r"&
[Record ID#] &"/e8/v0\" height=\"200\"alt='' />" & "</a>"
,"")
Thank you!
How can I make clicking on the thumbnail in the embedded report go directly to the full-size image?
Here's the code I'm using:
If([Type]="image",
"<a href=\"https://rael-letson.quickbase.com/up/"&; Dbid () & "/a/r"&
[Record ID#] &"/e8/v0\" /> "&
"<img src=\"https://rael-letson.quickbase.com/up/"&; Dbid () &"/a/r"&
[Record ID#] &"/e8/v0\" height=\"200\"alt='' />" & "</a>"
,"")
Thank you!