Removing TABLE tags from the webcams grid layout
From Adult Web Scripts Wiki
By default TABLE/TR/TD tags will be used to layout the webcams grid. To prevent these tags from being generated go to Webcams > Edit Defaults and set Use Table Layout for Grid? to No.
If calling zestoi() by hand you can then replace the use of the cols and rows args with max, i.e: these 2 will result in the same output:
echo zestoi('webcams', 'rows=4&cols=6'); echo zestoi('webcams', 'max=24');
