pls help???

how do I get the part of my profile that's pink 2 turn in2 a picture? not sure exactly how 2 explain it and I'm new 2 html :P


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Lily Lethal

Lily Lethal's profile picture

If u find the part of ur layout code that says
main { background: *some kind of colour code*;
and change it to say
main { background-image: url(paste the image url); background-attachment: fixed/auto/whatever; background-size: cover/contain/whatever; }

U can add line breaks or spaces where ever to make it easier 2 read if the rest of ur layout code is formatted differently, btw.
Also where it says '.../.../whatever' the first 2 things r options i suggest but u can muck around with different options. If ur on a computer u can find the options by right clicking the bit ur changing and 'inspecting'. There should be a thing on the right and if is highlighted in the top half, the bottom half should show ur layout code and u can test different things without actually changing ur page permanently bc any changes u make go away when u reload the page. I found that messing around with inspecting a bunch rly helped me understand html. Hope that helps :)


Report Comment



I tried that but it didn't work :,) I'll try again tho!!

by prettyh8machin3; ; Report

OKAY UPDATE I grabbed a pic from another layout and did this and it worked, tysm ^-^

by prettyh8machin3; ; Report

yayy!! ur welcome :)

by Lily Lethal; ; Report