Viewing Question

Category: Download Center
Venkatesan writes...
2009-10-17 10:14:22
How to increase the width of "title" col ,
How to center download col
Chris writes...
2009-10-18 11:05:30
If you know HTML, you can modify the widths of columns in the pages/display.php file. Simply look at the table, and in the <TR> tags, add width="?" where the ? is either a percentage of the total width of the table (i.e. "50%"), or specify it in pixels (i.e. "200px").

Hope I could help,
~Chris
Venkatesan writes...
2009-10-19 07:53:12
Thank you

I will try it