Posted by Jack
2014-02-17

I want to manipulate the size of the columns bacause one column has a lot of info and fill the table cell, i want to make it to look like a row
I was working to manipulate by css but couldnt so where you define the size of the coulmns of the table????
Posted by Tom
2014-02-17

Hi Jack,

>I want to manipulate the size of the columns

You can specify the width of each column in the template (web/staff/tpl.(table-name).search.inc.php)
Find <th> tag for the column and insert style='width:(--some number--)px'. For example,
<th style='width:300px;'>....</th>