« Back to the HTML Forum

I NEED HELPPP!!

Posted by Vae

posted

Forum: HTML Group

Hii so i use pimp my profile to customize my own layouts (mainly for friend project) and ive been having huge struggles with the contact table part, when i try to put my own image it never shows. Its really frustrating. Is there anyway to fix it? When i put "image url" it just never works for me </3. is there any other layout editors i could use or anything? PLEASE HELPP


Report Topic

1 Reply

Reply by heath

posted
updated

upload your photo to postimages.org

copy the "direct link" it gives you.

post direct link of image into the code below where it says DIRECT LINK.


<style>

.contact{

background-image: url('DIRECT LINK') !important;

background-repeat: no-repeat !important;

background-size: cover !important;

background-position: center center !important;

}

</style>


Permalink Report Reply