Android Question Webview and Column Width

peggjones

Active Member
Licensed User
Longtime User
Does anyone know what controls a column width?

I'm loading a webview with the following code -

savingsview.LoadHtml(DBUtils.ExecuteHtml(SQL, Query, Null, 0, True))

I have a date field in the webview which persists in displaying as follows

Date
01/04/
2013

Taking up 2 rows.

The column heading comes from the in the query. I tried making the field name longer but that made no difference.
 
Top