User profile when posting <help>

cpz

New Member
screenshot2b34.png


OK so this is how a post profile looks on my forum.
I want to center everything that you see here.
How can i do that?
 
Find in Postbit

PHP:
<tr valign="top">

Below add in between these lines
PHP:
<td class="alt2" width="175" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px" align ="center">
 
TY for the reply but there is no tr valign="top".

Here is my postbit.

EDIT:
There is a
PHP:
<td valign="top" nowrap="nowrap">
but i don't think that's it.

EDIT 2:
Ah i found it in the postbit_legacy!
I put it in and is messed up the posts width.
Then i looked at the original and the one you put here. And i took out the rowspan="2" and it works now!
TYVM!
 
Back
Top