Can we display text along with images just like an article . If you have seen apps like uc news and all then you must have noticed that article contains text with image . so how we can do that .
Yes, you can do it with List View Image and Text component.
Currently only that one is dynamic
Brother I want to create a view like articles where images are in between texts and then texts are continued
I think you can use HTML codes to do that.
Something like this:-
< p >This is some text. <img src="Your image url here > This is some text.< /p >
2 Likes
Can you show me example .
Drop a WebViewer component into the screen and set its Load HTML
method block to HTML text like what @vknow360 said.
If you don’t know HTML, I would advise you to learn it from w3schools.com
1 Like
Use the Load HTML block instead of Go to URL.
I forgot that this exists!
2 Likes
I know html but can I call my html file from airtable database ?
Yes, you can.
1 Like