Help:Message Wall Greeting

From Kairosoft Wiki
Jump to navigation Jump to search

Above your Message Wall, you can have a greeting or other text. You can create this message by going adding the page "Message Wall Greeting:YOURNAME", and then inserting the text you wish to display.

One way to do this is by inserting the following:

 <div class="ChatEntryPoint" style="margin:5px auto 0; width:65%; text-align:center; padding:5px 8px;">
 <span style="font-size:200%;">
 BIG TEXT
 </span><br />
 Your text here
 </div>

Which will result in:

BIG TEXT
Your text here

Regular wiki formatting works, and feel free to customize it however you want using CSS / HTML, or making your own from scratch.