Android Question how to set webview column alignment

Binary01

Active Member
Licensed User
Longtime User
I use webview in my app by using DBUtils.bas.

In my app, I use
WebView1.LoadHtml(DBUtils.ExecuteHtml(Main.SQL1, Query, Null, 0, True)) to create table.

Webview Table is successfully created.
Now I want to set table column alignment in webview and want to set column width and height as well.
How to set these alignment and width and height.

Thanks.
 
Top