The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I am editing my Newthread template so that my post icons are below the submit button. My problem is I can't get it to center underneath the current form. Can someone help?
View the screenshot: Here is my code: PHP Code:
|
|
#2
|
||||
|
||||
|
To center the posticon bit try the following:
Find: Code:
<div style="width:$stylevar[formwidth]" $posticons </div> Replace it with: Code:
<div style="width:$stylevar[formwidth];text-align:center" $posticons </div> |
![]() |
|
|