Wondering when will this "problem" be resolved?
FriendsOfFlarum Pages
HuseyinKogo I wonder if it works better if you use markdown for lists?
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]
- Edited
Amarok @HuseyinKogo Try this
.Pages-container {
white-space: inherit;
}
See it in action here https://metabullet.com/p/5-terms-of-service and here https://metabullet.com/p/1-founder-s-journey
[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] thanks but the css code doesn't help
[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.
- Edited
[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
perfect, it's working now. Thank you very much
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.
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?