How to format posts in this forum.
As you may have noticed posts in this form lose all formatting when you post even when you use formatting tags. Unfortunatley this well known yet mysteriously unresolved issue is true for almost all of the recently added forums, which seems a pity because several, like this one seem to be in concept a good idea.
Of course no formatting is a pain because it creates unreadable posts.
But wait there's a paragraph break! And here's another one! How did I do this?
Thankfully the same bug that means that normal formatting tags are not enabled for this forum also means that HTML tags <b>ARE</b> enabled for this forum.
Feedback has been reported on this issue since early June to no avail and I don't expect any change any time soon so I thought I'd let those interested in participating in this forum how they can actually post posts that can be read.
Finally here's a quickie HTML primer to help those who need it.
<center><table border="1" cellpadding="3" cellspacing="0">
<tr><td><b>Tag</b></td><td><b>Description</b></td><td><b>Example</b></td></tr>
<tr><td>
</td><td>Paragraph Tag</td><td>
Paragraph one
paragraph two</td></tr>
<tr><td><br></td><td>Line Break</td><td>Line one
line two</td></tr>
<tr><td><b></td><td>Bold</td><td><b>Bold text</b></td></tr>
<tr><td><pre></td><td>Preformatted Tag</td><td><pre>
public class Sample{
private int x = 3;
}
</pre>
<small>Note that while this loses syntax highlighting it will keep code formatting intact</small></td></tr>
</table></center>
And just to note for the pre and bold tags you will need closing tags at the end of the text you want to format in this manner. Otherwise it will not stop which will also be unplesant. Ending tags look like </b> and </pre>
Hope some may find this helpful

