[quote=budz]/* michael's friendster profile editor v4.1 */
/*
http://www.editfriendster.com */
/* PAGE BACKGROUND */
body {
background-image: url(http://i287.photobucket.com/albums/ll12 … lights.jpg);
background-attachment: fixed;
background-position: center center;
background-color: #ffffff;
cursor: [b]url ("http://www.123mycodes.com/cursors/file/9837.ani");[/b]
}
/* GLOBAL FONTS */
.usercontent {
color: #000000;
}[/quote]
dont put SPACE there ate,
it will be like this
[quote]/* michael's friendster profile editor v4.1 */
/*
http://www.editfriendster.com */
/* PAGE BACKGROUND */
body {
background-image: url(http://i287.photobucket.com/albums/ll12 … lights.jpg);
background-attachment: fixed;
background-position: center center;
background-color: #ffffff;
cursor: url("http://www.123mycodes.com/cursors/file/9837.ani");
}
/* GLOBAL FONTS */
.usercontent {
color: #000000;
}[/quote]