The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
When posting messages, the only options for text alignement are Left, Center and right. The default is left. I want to have all posts , threads and replies on "justify". This looks alot neater and has a more aestetic look. How would I do that???? |
|
#2
|
||||
|
||||
|
In Template postbit/postbit_legacy FIND
HTML Code:
<div id="post_message_$post[postid]">$post[message]</div> HTML Code:
<div style="text-align: justify" id="post_message_$post[postid]">$post[message]</div> |
![]() |
|
|