PDA

View Full Version : Cool plug in


John
02-12-2007, 05:10 PM
anytime you visit my profile, you can see what's bumping my WinAmp player. Look in my "music" portion of my profile

If you wanna add it to your profile, go here:

http://www.modmyprofile.com/winamp_now_playing.html

J-Dizzle
02-12-2007, 08:30 PM
thanks john,i was just going to post about this

Treysdad
02-13-2007, 08:10 AM
anytime you visit my profile, you can see what's bumping my WinAmp player. Look in my "music" portion of my profile

If you wanna add it to your profile, go here:

http://www.modmyprofile.com/winamp_now_playing.html

You ought clear out some of teh boxes in your profile so people can actually see the backround.

John
02-13-2007, 02:29 PM
i really don't invest much time in my TF profile. I'm a set it and forget it kinda guy. No, I don't own any RonCo products :lol:

Treysdad
02-13-2007, 04:51 PM
i really don't invest much time in my TF profile. I'm a set it and forget it kinda guy. No, I don't own any RonCo products :lol:

Well, if you want it all you have to do is copy it into the CSS editor box. Change the backround pic to what you have and you're done :mrgreen:

<style type="text/css">

.tfheader, .tfbreadcrumb, .tflinksfooter
{
display: none;
}


.tfads{display: none;}

Body
{
background-image:url(http://www.tamparacing.com/photopost.../Red_012.JPG); (http://www.tamparacing.com/photopost/data/500/Red_012.JPG);)
background-repeat: no-repeat;
background-attachment: fixed;
background-color: black;
background-position: center;
}

.page
{
background-color: transparent;
background-image:url(none);
}

.tborder
{
border: 0px solid;
border-color:red;
background-color: transparent;


}

.alt1
{
background-color: transparent;
}

.tcat
{
background-color: transparent;
}

.alt2
{
background-color: transparent;
}

.vitalscom, .vitalsval
{color: white;}
</style>