Forum Discussion
QuickBaseCoachD
11 years agoQrew Captain
If its a fixed logo, typically the company logo then you can have a form element like this one
<i m g src="https://mycompany.quickbase.com/up/xxxxxx/g/rt/eh/va/Division9LogoSmall.jpg">
Typically you set up a logo table and then click the link to view the logo. Then copy that URL which you see and make a bit of html code like the above
The first part is <img src= but I put in some spaces to make it work on this forum.
<i m g src="https://mycompany.quickbase.com/up/xxxxxx/g/rt/eh/va/Division9LogoSmall.jpg">
Typically you set up a logo table and then click the link to view the logo. Then copy that URL which you see and make a bit of html code like the above
The first part is <img src= but I put in some spaces to make it work on this forum.