Modifying Sub-album column width

baloo
baloo's picture

Joined: 2002-09-09
Posts: 19
Posted: Fri, 2002-09-20 13:01

Hi, I've had a troll around the source but I can't find where I can modify the sub-album column width to make it larger. My main album names and descriptions aren't to in depth but the subalbums is cluttered with hit going causing second lines.

If anyone can point me to where I can increase the column width, I'd be most grateful.

 
psg11

Joined: 2002-09-07
Posts: 54
Posted: Sat, 2002-09-21 03:51

Hi,

just do this :

edit albums.php go to approx line 310 and find this :

<? if (!strcmp($gallery->app->showAlbumTree, "yes")) { ?>
<td valign=top> replace by :

<td valign=top width="40%"> just play with the % value to fit your needs.

this should help

phil

 
baloo
baloo's picture

Joined: 2002-09-09
Posts: 19
Posted: Sun, 2002-09-22 15:30

Hey great ! That worked perfectly. Thanks