Replies

Nov 5, 2024 1 year ago
Naytee
gets around
User Avatar
MissDecember

I need some help trying to add a background on my profile, here is the code that I use:

body { background-image: url("https://wallpapers.com/images/hd/purple-butterfly-outline-e4zrfvup3z1pd3bs.jpg"); background-size: cover; background-repeat: no-repeat;}

Can someone tell me if this is correct? Because I tried to add it, and it's not showing up.

[font=Kristen ITC]April Showers bring May Flowers[/font]

[font=Comic Sans MS]Naytee's Wishlist[/font] || [font=Comic Sans MS]My Shops[/font]
[/br]
Event Actions //[egg=Naytee]/[tp=Naytee]/

Nov 6, 2024 1 year ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

it looks like you don't have it between style tags. try this: <style> body { background-image: url(https://wallpapers.com/images/hd/purple-butterfly-outline-e4zrfvup3z1pd3bs.jpg); background-size: cover; background-repeat: no-repeat; } </style> and see if that works.

Nov 6, 2024 1 year ago
Naytee
gets around
User Avatar
MissDecember

@Frenchi

Ok I'll try it that way

[font=Kristen ITC]April Showers bring May Flowers[/font]

[font=Comic Sans MS]Naytee's Wishlist[/font] || [font=Comic Sans MS]My Shops[/font]
[/br]
Event Actions //[egg=Naytee]/[tp=Naytee]/

Please log in to reply to this topic.