Press CTRL-D to Bookmark this Page  |  Contact Us
Views

Stickerz

Jump to: navigation, search

To add an image above your profile, first go to “Edit Profile.” Then add the following code to the “About Me” section:


<style>
<div class="topBanner">
<img src="http://i72.photobucket.com/albums/i190/xyz.jpg">
</div></style>


Replace the "img src=http:" portion of the above code with the URL of the image you have uploaded to an image host such as Photobucket. The image hosting service will provide you with this URL once you upload the image to its server.


Next add the following code to any text box in the “Edit Profile” section:


<style>
table table {margin-top:450px;}
div table table, table table table {margin-top:0;}
.topBanner {width:800px; height:450px; position:absolute; top:140px;
left:50%; margin-left:-400px; text-align:center;}
</style>


Your image may need to be adjusted. To adjust the size of your image, substitute a different number where it says “margin-top:450px” and “height:450px.” Make sure that the numbers for both margin-top and height are the same. To make the image height smaller, replace 450px with a larger number.


Hit “Save All Changes” and then view your profile. This is an example of what your profile will look like after adding this code:


Image:Picture_above_profile.png