« Helping each other Forum

How can I edit the background to make a blog?

Hi guys, I want to make a blog to talk about some topics without time limits unlike bulletins, I recently saw some great profiles with blogs with background images, which made it look more dynamic.

I was wondering how it's done, if anyone knows and is kind enough to explain it to me, I would really appreciate it. 


Report Topic

1 Reply

Reply by GOAT

posted

adding a bg image to yr blog is easy enough tbf

<style>
body {
background-image: url(LINK_TO_YR_IMAGE.JPG); }
</style>

:3


Permalink Report Reply