Forum Discussion
- CarolMcconnellQrew CaptainI think I got it. I use this: <img src="https://FILEURL.png"; title="Logo"/>
- QuickBaseCoachDQrew CaptainYes, here is one that I believe works
"<img src=" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e282/v0' width='75' >"
282 id the fid holding the file attachment. Play with the width setting to set the width or replace width with height to set the height. - CarolMcconnellQrew CaptainThank you. I did notice it wasn't wide enough. I'll try this.