C cpz New Member Jun 3, 2009 #1 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?
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?
A Aioforum New Member Jun 3, 2009 #2 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">
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">
C cpz New Member Jun 3, 2009 #3 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!
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!