So, Page add <p></p> on all blocks.
Doesn't make the difference between a simple return to the line <br /> and a paragraph <p></p>

    • [deleted]

    Amarok if you're using bbcode it probably won't. Try it in p tags using HTML

      • [deleted]

      Amarok No problem. Let me know how you get on.

      • [deleted]

      HuseyinKogo @Amarok can you both give me example pages of where this doesn't work, so I can take a look ? It should work fine, unless you have CSS elsewhere which overrides this.

        • [deleted]

        HuseyinKogo This works fine for me

        .Pages-container {
        max-width: 820px;
        white-space: inherit;
        }

        However, it's possible it's being overridden by another style, so try

        .Pages-container {
        max-width: 820px;
        white-space: normal !important;
        }

        Let me know how you get on

          5 days later

          I would like to use an image in my custom page. Is there a way to upload image site files through flarum that can be referenced in the html?

            • [deleted]

            geoffalan not that I know of. I do something similar and created an "images" directory in the root, which I then reference using a IMG SRC tag.

            I am using Free Flarum hosted installation, so I don't have access to a root file directory.

              geoffalan use some good image hosting. Imgur, for example. Make an account there and let it be your own cdn for images 🙂

              Hey, im trying to find a way to add php content to custom pages, but i can't find anything about that.
              Is it even possible?