Wednesday, February 24, 2010

How to add your own plurk creature

Tutorial - Add your own plurk creature


    This tutorial tutorial will be very similar to the add or remove your plurk creature tutorial  


*IMPORTANT NOTE* When you add your own picture/plurk creature, it should be no wider than 230 pixels (px) and no taller then 400 pixels (px) or it will be cut off.



   The steps are the pretty much the same as the other tutorial. If your plurk creature is showing you have the code below insterted into your CSS template if your plurk creature is not showing, you do not have this code:




/* LOGO */
#dynamic_logo{
    position:absolute;
    margin:3px 0 0 5px;
    width:168px;
    height:162px;
background: transparent;
}


#dynamic_logo img{
    height:0px;
    width:0px;
}



INSTRUCTIONS:


     If you already have the code above delete it and replace it with the code below, if you do not have the code above then just add the code below:

/* LOGO */
#dynamic_logo{
    position:absolute;
    margin:3px 0 0 5px;
    width:240px;
    height:400px;
background: url(ADD YOUR URL HERE) no-repeat;
}


#dynamic_logo img{
    height:0px;
    width:0px;
}


   The blue area is where you add the url of the picture you want to use. Once you have made your changes, save your template and your done!


  If you have any questions or don't understand something, please feel free to leave a comment or send an email.

No comments:

Post a Comment