Column Width

R

Rob

Guest
I am trying to change the width of the columns on my show all page. I have looked through the some of the other posts but they dont seem to work, i tried

FROM
$results_table .= "<table class=\"results\">";
TO
$results_table .= "<table class=\"results\" width=\"100%\">";


FIXED WIDTH TO SOME COLUMNS, FROM
$results_table .= "<th class=\"results\"> </th>"; // skip the first column for edit, delete and details

TO
$results_table .= "<th class=\"results\" width=\"90\"> </th>"; // skip the first column for edit, delete and details

this made no change to the width of the columns. i an using v3.0 will this make a difference?

 
D

Debbie Sontag

Guest
Does the information I posted here >>> http://www.dadabik.org/forum/read.php?f=1&i=2166&t=2166 ... help you at all?
 
E

Eugenio

Guest
Rob wrote:

> I am trying to change the width of the columns on my show all
> page.

[....]

Set $word_wrap_col in config.php.



(Latest version of DaDaBIK when this message was posted: 3.0 beta)
 
Top