Add us

Everything for Myspace

Other Myspace Stuff

Christmas layouts & graphics

Multi-Layouts

Graphics

Facebook stuff

Generators

Tutorials

Goodies

Sponsors

Link Exchanges


Change Background Color Of Comments

This code is for changing the background colors of your comments on your 2.0 profile.

CSS code:

Place code into your CSS box.

Change XXXXX to your own color code. Use this color chart » (click here) to choose color codes.

The colors that were used in the preview above are: #333333 & #ff6699 and #FFFFFF for the link color.

{.CODE_PROVIDED:HOT-LYTS.COM;}
 li.odd div.userComment {background-color:#XXXXXX; } 
li.even div.userComment {background-color:#XXXXXX; } 
 li.odd div.userComment a,li.even div.userComment a {color:#XXXXXX;} /*LINK COLOR*/
{.CODE_PROVIDED:HOT-LYTS.COM;}