Posted date : 2008 Nov, 09
Previously I showed you how to change the CSS on the top timeline. Now let’s change the background on the bottom part of the Plurk Page. This is the background and does not affect the dashboard unless you make the dashboard transparent. To change it go to the top left corner of the Plurk Timeline where it says My Profile and click on the edit link.
Here’s the code:
body, html {
background-image: url(http://i37.tinypic.com/24fb3f6.gif);
background-repeat: repeat;
color: white;
}
That’s it. What? You expecting more?


How do you make the dashboard transparent!?