Get Image from db_image into widget and display it.

Hm10
Tera Contributor

I am trying to get image from db_image, but it is not appearing on my portal widget.

 

 

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Hm10 

 

You can directly add image in html as shown in below.

<img src='filename.png'> 

 

Don't forget to mark my answer as Correct & Helpful, if applicable.

Krishna Sharma

 

 

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

Hi @Hm10 

 

You can directly add image in html as shown in below.

<img src='filename.png'> 

 

Don't forget to mark my answer as Correct & Helpful, if applicable.

Krishna Sharma

 

 

Community Alums
Not applicable

Hi @Hm10 

 

Can you please share me what exactly you want to achieve in terms of UI?

 

Don't forget to mark my answer as Correct & Helpful, if applicable.

Krishna Sharma

 

Hm10
Tera Contributor

When I am writing directly this line

it gives me the image outside the box. 

Hm10_0-1694629464363.png

Can you help please?