rexxu ルビー's profile picture

Published by

published
updated

Category: Web, HTML, Tech

basic profile customization stuff!!

hi!! I realized a lot of users on here dont know how to customize their profiles :(

so heres a blog of all the code i used on my profile! (check it out, you can use my blinkies/stamps)


custom background

edit and put this code in the "about me" section of your profile (below any normal text).

<style>


body {


background-image:url(paste your image url here);    

font-family: "insert the name of the font you want for your profile " , Times, serif;

font-size: 20px;

font-display: bold;

}    


scrolling across images (check out the stamps on my profile to see what i mean)

edit and put this code in the section of your profile you want it in.

<marquee> 

<img src="paste your image url here"/>

</marquee>

copy and paste the "<img" part as many times as you want in between the "<marquee>"s.


link to something outside of the "links" box

if you want to link another site on your profile but not embed anything, put this code where you want it in your profile.

<a href="your link here">your text here</a>


enjoy!!! :)


7 Kudos

Comments

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

Whiskers

Whiskers's profile picture

Thanks M8 This Was Helpful!!! Do You Know How To Change The Borders By Any Chance? I Haven't Been Able To Figure It Out :(((


Report Comment

leonpilled

leonpilled's profile picture

thanks! these are very helpful :D


Report Comment