Sorry if this is a stupid question, as I am a newbie to Coppermine, but it there anyway to make it so the file description is not centered (left justified to be specific)?
I did a search on these forums and couldn't find the answer. Any help would be greatly appreciated!!!
Well after some digging on my own, I figured out my own answer and thought I would share it here for those in the future who may have this same dilema.
You must edit the "/includes/themes.inc.php" file.
<!-- BEGIN caption -->
<tr>
<td class="tableb"><center>
{CAPTION}</center>
</td>
</tr>
<!-- END caption -->
Simply remove the open and close center tags from the above block of code, and you are good to go.
Nope, that's wrong. Never edit include/themes.inc.php. Edit your custom theme instead.