R ronell Well-Known Member Licensed User Longtime User Jan 6, 2017 #1 how can i prevent the image from repeating , B4X: webview.LoadHtml("<html><body background='file:///android_asset/errorimage.png'></body></html>")
how can i prevent the image from repeating , B4X: webview.LoadHtml("<html><body background='file:///android_asset/errorimage.png'></body></html>")
DonManfred Expert Licensed User Longtime User Jan 6, 2017 #2 Use a img-tag instead of backgound. I suggest to google for some html basics tutorials Upvote 0
R ronell Well-Known Member Licensed User Longtime User Jan 6, 2017 #3 DonManfred said: Use a img-tag instead of backgound. I suggest to google for some html basics tutorials Click to expand... thx donmanfred! u always help alot Upvote 0
DonManfred said: Use a img-tag instead of backgound. I suggest to google for some html basics tutorials Click to expand... thx donmanfred! u always help alot