When I make a news post such as our current one, If I use HTML/BBC hybrid mode, it enters a ton of blank space at the top of the post, which means I am unable to use the loot link hovers... unless I want the entry to look like Poop. So I had to go pure HTML to keep the news from being halfway down the page. Any idea why that happens in hybrid?
Heh. I'll admit it had me baffled for a bit too. It's because of the carriage returns in the HTML. This is why it's "not recommended".
Pretty much every time you have a carriage return between tags in your HTML, it's inserting a <Br>.
That makes an interesting case for an "HTML with Item Links" mode, since that's probably the most common reason why people use the hybrid.
Overall, I don't recommend using the Hybrid. The results are...not intuitive.
The reason the hybrid is there currently is for backwards compatibility. The original news section used it exclusive (and that only because many used HTML in their news posts in the beginning, so some bbcode was added without it untagging the HTML). Otherwise, it would have just been pure BBCode or pure HTML from the beginning.