Looking to divide the content of an HTML file into multiple fixed size columns, both in terms of height and width, then display it in a Webview. I attempted employing the CSS properties mentioned below, but couldn't get it to function as desired.
-webkit-column-width: 275px;
-webkit-column-height: 500px;
Any assistance with this matter would be greatly valued.