PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   "How Do I..." Questions (http://www.photoplog.com/forum/forumdisplay.php?f=7)
-   -   Column Width (http://www.photoplog.com/forum/showthread.php?t=2750)

Nintendo-Daily 12-20-2008 03:57 PM

Column Width
 
Hey guys, in categories, how do I change the width of the "Main Categories" column? It's a bit too wide and I can't find what template to edit. Do I need to edit one of the PHP files?

Morgan 12-20-2008 05:11 PM

Here are the relevant lite templates that control the main categories column.

You might want to replace nowrap="nowrap" with a width attribute instead:
  • photoplog_cat_list
    Code:

            <td class="thead" nowrap="nowrap">$vbphrase[photoplog_main_categories]</td>
  • photoplog_cat_bit
    Code:

            <td class="alt1">
                    <div style="padding: 10px;">
                            <fieldset class="fieldset" style="border: 1px solid #D1D1E1;">
                                    <legend style="padding: 4px;">
                                            <img src="$stylevar[imgdir_statusicon]/post_new.gif" alt="$vbphrase[photoplog_image]" title="$vbphrase[photoplog_image]" border="0" />
                                            <strong><a href="$photoplog_location/index.php?$session[sessionurl]c=$photoplog_catbit_catid">$photoplog_catbit_title</a></strong>
                                    </legend>
                                    $photoplog_catbit_description
                            </fieldset>
                            $photoplog_catbit_subcats
                    </div>
            </td>


Nintendo-Daily 12-20-2008 05:20 PM

HAHA!! Nice!! Thanks so much Morgan!! It's very nice now :) I used a width attribute like you suggested.


All times are GMT. The time now is 01:29 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.