View Single Post
Old December 30th, 2006, 04:47 PM   #6 (permalink)
angkor408
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 102
Chuck, I figure out how to put a bold. It seem the right line is smaller which look better than before. Is it possible to make the same like the left cell?

if ( $pmenu ) {
echo<<<PPPRINT
<tr>
<td colspan="2" class="{$Style['tddetails']}" align="center">
<span class="{$Style['small']}">$pmenu</span>
</td>
</tr>
PPPRINT;
}

if ( $admmenu ) {
echo<<<PPPRINT
<tr>
<td colspan="2"class="{$Style['tddetails']}" align="center">
<span class="{$Style['small']}">{$Globals['pp_lang']['adminopts']}<br />$admmenu</span>
angkor408 is offline   Reply With Quote