Hi everyone,
I must replace a logo on a form. The current logo is displayed in a bootstrapcomponent label.
In this label, I cannot find the reference to the image that is displayed - let alone modify this reference.
I have placed the new logo in a …/medias/images folder where other images are located that the application uses, and that somehow caused the medias.obj file to be updated with a reference to the image. Am I to use this file somehow?
Any help here will be greatly appreciated!
Kind regards,
Coos
Hi Coos,
It’s a little bit hard to tell where the image is referenced.
I’m sure you already had a look at the label properties and were not able to find it.
Please have a look in the referenced style class(es), within the referenced stylesheet. This is a good ‘hiding place’ for image references ![Wink ;-)]()
If this is not the case, maybe the page inspector of your browser can be of some assistance.
Hope this helps.
Hi Marc,
Thanks for replying!
“I’m sure you already had a look at the label properties and were not able to find it.”
That is an accurate description of what happened. ![Wink ;)]()
I wondered… could you tell me how you’d go about placing a picture on a form? I’ll just delete the label and create the entire thing anew then.
For I haven’t got a clue and indeed, Servoy hides this information very well… ![Sad :(]()
Thanks in advance!
Hi Coos,
I am loading my image through HTML in a component. While it is in my Media / image (subfolder) folder
You can use HTML in your label component and check the displaytags options
The link I use is
![]()
Sometimes it works also with media:/// , but never tried this.
Hopefully this is helpfull.