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

[2314 byte] By [cotton.ma] at [2007-10-3 0:40:01]
# 1

Known forums with this issue include<ul>

<li>This one <a href="http://forum.java.sun.com/forum.jspa?forumID=546&start=0">http://forum.java.sun.com/forum.jspa?forumID=546&start=0</a></li>

<li>HotSpot FAQs <a href="http://forum.java.sun.com/forum.jspa?forumID=547">http://forum.java.sun.com/forum.jspa?forumID=547</a></li>

<li>RSS Feeds <a href="http://forum.java.sun.com/forum.jspa?forumID=532">http://forum.java.sun.com/forum.jspa?forumID=532</a></li>

<li>Kerberos & Java GSS <a href="http://forum.java.sun.com/forum.jspa?forumID=545">http://forum.java.sun.com/forum.jspa?forumID=545</a></li>

</ul>

There may be others but certainly these newish ones are all broken and need to be fixed. This bug is annoying from a user perspective but also they can be dangerous as well if exploited

I know I have personally reported feedback about this problem since at least the middle of June to no effect yet

cotton.ma at 2007-7-14 17:34:10 > top of Java-index,Java HotSpot Virtual Machine,HotSpot Internals...
# 2

Basically the admins can turn features on and off for certain forums.

Of course turning those features on an off is something that the admins have to do. The current ones probably don't know how.

There is also a possibility that with the recent Sun layoffs that this site doesn't even have any real admins anymore. Note that there have been no postings to the maintenance forum since the layoffs.

jschella at 2007-7-14 17:34:10 > top of Java-index,Java HotSpot Virtual Machine,HotSpot Internals...