Response
how do i set an image as the background colour pls im suffering i tried putting the link and it just makes the bg black </3
Rainbeam recently made the (imo annoying, but probably necessary for practical and privacy reasons) choice to break url("https://example.com/image.png")
syntax, but according to said announcement it should still work without the quotes if and only if you host them on a website that allows automated requests. So, catbox, filegarden, or postimages, but not vgy or imgur.
Comment
Reactions
Replies
Another odd quirk of Rainbeam (which may be a bug), that I noticed from someone asking me a very similar question earlier, is that it seems to just ignore Markdown inside the <center>
tag. So you'll have to use the HTML syntax instead:
<center><img src=https://example.com/image.png /></center>
I actually don't know much about Neospring or its server software Rainbeam, I just know a lot about Markdown and HTML, and there are tons of resources online for you to learn them too! (actually I've been meaning to look into how Rainbeam processes HTML ever since I learned it was a thing, but never got around to it...)
ok ran into a new problem how do i add images into centered text... you seem to know a lot about this