July 22nd, 2005, 05:00 PM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,785
|
You can modify your showphoto.tmpl file and change the alignment if you wish
if ( $Globals['dispdesc'] == "yes" && !empty($desc) ) {
echo<<<PPPRINT
<div align="center"><span class="{$Style['small']}"><br />$desc</span></div>
PPPRINT;
}
|
| |