Not sure if this goes in the right section..OR even thought/discussed about yet
Have you ever noticed the guild notice is always spaced badly and enter doesn't do anything?
Well since the marketplace uses IE (a browser (obviously)) to display its items.....
Guild notice uses HTML :)
Here are a couple of HTML code that currently works perfectly with the guild notice. HTML noobs rejoice! :D
Line break aka an "enter" : <br /> or <br> (first one is XHTML friendly, not sure if it matters, doubt it)
Duplicate the <br> tags to do a double enter. Three for three.. etc..
Underline - <u></u>. Example: <u>Hello</u>. Would display Hello
Bold face - <b></b>. Same as underline, put what you want to bold in between <b></b>.
Italics - <i></i>
<hr> does not work.. screws up the whole thing for some reason.