Ive been trying to html code my profile but im stuck on how to change backgrounds and stuff so my profile is just added images
Does anyone know the HTML codes to change things, not just add new stuff?
1 Kudos
Ive been trying to html code my profile but im stuck on how to change backgrounds and stuff so my profile is just added images
1 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
jamie/hal
To do this, you'll have to add css/style code to your About Me blurb. Using "!important" helps you replace a default image/background with your own. Here's an example for changing the page background:
body
{
background: url("https://file.garden/ZRW0B_KULjLI59Tb/boxbg.png") !important;
}
Report Comment
THANK YOU SO MUCH
by ALEXANDER^_^; ; Report