
09-17-2008, 02:34 PM
|
|
|
Join Date: Oct 2007
Location: France
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AndrewD
The player is dropped into the links_linkbit (or whatever) template as variable $linkbottomline. If you edit that template, look for the section:
Code:
<if condition="$linkbottomline">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td style="padding-top:5px">
$linkbottomline
</td>
</tr>
</table>
</if>
Put an align=center on the td element.
|
Thanks, it's work.
|