Log in

View Full Version : Justify posts


Yehuda
06-27-2005, 04:26 PM
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????

Andreas
07-04-2005, 10:33 PM
In Template postbit/postbit_legacy FIND

<div id="post_message_$post[postid]">$post[message]</div>


REPLACE that with

<div style="text-align: justify" id="post_message_$post[postid]">$post[message]</div>


But if that makes much difference visually ...