PDA

View Full Version : postbit legacy centered ?


iiyoN
08-19-2004, 12:25 AM
hi :)
only very small problem.

i already got usertitel , avatar etc centered .. except for

- user_online/offline status
- ip.gif

i can't find it in postbit legacy :/
could anyone help me fix that problem ?


edit : 2. question ^__^;;
- change postlegacy width ? where ?
thx in advance

Jolten
08-19-2004, 12:49 AM
<tr>
<td class="alt2" align="center">
$post[onlinestatus]
<if condition="$show['reputationlink']"><a href="#" onclick="return reputation($post[postid])"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
</td>

iiyoN
08-19-2004, 10:40 AM
thx ^^