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.

5 comments:

  1. in what part of the CSS lay-out should i put the code?

    ReplyDelete
  2. then whre I can get the picture URL?

    ReplyDelete
  3. @Anonymous: That's only if you want to add your own picture

    ReplyDelete
  4. @Anonymous (the second anonymous): if don't see your plurk creature, you already have it in your CSS. If you do see your plurk creature and you don't want to have it showing, you can add it at the end of your CSS

    ReplyDelete