Need help on how to CENTER text when entering a description. Need help on how to CENTER text when entering a description.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Need help on how to CENTER text when entering a description.

Started by MartialArtist, July 23, 2005, 02:23:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MartialArtist

Hello again,

Can someone show me how to make the text CENTER when you enter a description for a image or video file? It doesn't look right being all the way to the left side instead of being centered.

Thanks! :)

kegobeer

You want the block where you actually type in the description (in editpics.php) to be centered?  Or are you talking about when the description is displayed under the intermediate image?

Also, don't edit your original post after you solve this problem - it makes the entire thread little help to others.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

MartialArtist

When it is displayed after you type in the description.

Thanks! :)

kegobeer

In theme.php, find

$template_display_picture = <<<EOT

change

<td>
     {CAPTION}
</td>


to

<td align="center">
     {CAPTION}
</td>
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

MartialArtist


Joachim Müller

please go to the other thread that you rendered useless by editing your question and try to restore your question as good as you can.