Forum Discussion
ChuckGrigsby
8 years agoQrew Cadet
If you can get the URL from the file attachment field then you could make a formula text field that takes HTML tags
"<img src=\"" & [URL] & "\" />
"<img src=\"" & [URL] & "\" />
- StephanieHarris7 years agoQrew Assistant Captaincan this be edited to adjust the size of the picture?
- QuickBaseCoachD7 years agoQrew CaptainThe 150 in the formula below sets the height. alternatively you can set the width.
- StephanieHarris7 years agoQrew Assistant Captain
My formula looks like this: "<img src=\"" & "https://rostr.disney.com/ROSTRWS/rest/v1/photos/rostrid/"; & [Personnel Number] & "\" />"
I wasn't sure where to put the " height=\"150\">"
- QuickBaseCoachD7 years agoQrew CaptainTry this syntax
"<img src=" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e140/v0" & " height=\"150\">"
140 is the field id with the uploaded image. - StephanieHarris7 years agoQrew Assistant CaptainIt's not from an attachment field, it's from a company webpage
- QuickBaseCoachD7 years agoQrew CaptainI suggest that you post this was a new question.