The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Ok so when you go to do a new thread or post, everything by default , is aligned to the left, i simply want to make ''center'' text as my default, how do i do this??
Thanks in advance Tech |
#2
|
||||
|
||||
![]()
It's hard to tell exactly what you want since you provided no image, but if you just want the post message centered, find this in your postbit(_legacy):
HTML Code:
<!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> HTML Code:
<!-- message --> <div id="post_message_$post[postid]" style="text-align:center;">$post[message]</div> <!-- / message --> HTML Code:
<!-- message --> <div id="post_message_$post[postid]" style="margin-left: auto; margin-right: auto;">$post[message]</div> <!-- / message --> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|