The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Paragraph breaks/paragraph tags

FiggyFiggy Fighter of the night manChampion of the sunRegistered User regular
It seems all posts are have double the amount of space between paragraphs now. If you're in the post editor you would normally hit 'enter' twice: once to go to the next line, again to create a paragraph break. Now, that will create double the amount of space.
HTML-wise, that creates 4 <br> tags. Interestingly, the post content isn't inside a paragraph tag, it's just directly after the parent <div>. There is then an empty paragraph tag after the content. The forum could be inserting the post content before the paragraph instead of inside of it.
e.g. it's doing this:
<div>$postcontent<p></p></div>
instead of this:
<div><p>$postcontent</p></div>

XBL : Figment3 · SteamID : Figment

Posts

This discussion has been closed.