Dropping an image to a Custom Code

Good day everyone!

I'm new to bootstrap studio and I don't know if it's possible to drag and drop an image to a custom code. In my case, I think it is only working with the default/template that is offered under the components tab. Is there any way that I can link my image on the custom code without drag and dropping it? for example maybe an <img src="smiley.gif" alt="Smiley face" height="42" width="42" /> something like this. And if it does have, what kind of <img src="#" />should I use inside bootstrap studio?

Thank you to anyone that might have an idea about this topic.

You can not drag/drop into a Custom Code component, it's strictly free hand coding in there.

If you want to use the app to it's fullest it's best to create a new site or recreate a previous site using the app and build from scratch using drag/drop. It's best to use Custom Code as little a possible although it's understandable if you really need to have alot more control over your component(s).

If you would like to make it easier the copy an images code into the Custom Code component, just drag/drop and Image component onto the Body element in the Overview pane on the bottom left of the app. Double click the blank image in the Life View pane and select/import etc... your image and whatever settings you want for the image. Then right click on the image in the Overview pane and select copy then open your Custom Code component and paste in the image where ever you would like it to be. Then delete the image from the Overview pane or leave it for any other images you want to use and copy/paste any different images you are going to do this with.

Saj