Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Forced BBCode 0.1.0 Question

edited January 2007 in Vanilla 1.0 Help
Ok, so this addon is generally FANTASTIC. Does just about everything I want, but it seems that it does not allow line breaks.

If

You

Break

between lines, it will get rid of them all
and show them really compressed
like this instead.

Anyone know about this?

as illustrated http://forums.gamecreation.org/comments.php?DiscussionID=230

Comments

  • Options
    Considering it's actually using <p> tags instead of lots of <br />s, I'd say you need to add some margin to your paragraph tags in your style sheet. Something like:p {margin-bottom:1em;}
    See if that gives you what you want.
  • Options
    Ah, the answer was so obvious :p

    Here goes...
This discussion has been closed.