Profile Stylesheet
1 points
The power of CSS is amazing!
Using the Stylesheet feature, I've completely changed my profile page to match that of my website!
http://www.nonoba.com/ant59/
1 points
congrats? golf clap? you might want to re-evaluate your design choices from a ux point of view.
also, with nothing on your profile except a link to your site, this seems to be bordering on spam.
0 points
Yeah, well I've only just joined the site, and I was playing around with the features. I just thought that it was great how a user can upload his/her own stylesheet to the profile.
1 points
hey, go to my profile. NEVER ENDING LOADING!!!! MWAHAHAHAHAHAHAHA
1 points
LOL.
I like that.
Did you put in:
body {cursor: wait;}
0 points
UM.....i DON'T REALLY KNOW...I'll get it for you
-1 points
ok.....here you go CURSOR CSS GENERATOR - FRIENDSTER-TWEAKERS.COM
body { cursor:wait;}
STYLE TYPE='text/css'
0 points
You should try changing to background...
background: url(http://ww.site.co.uk/image.png);
That would work if you put it indie body, like this:
body {
background: ------;
}
0 points
UM..........that link seems to not be working.
1 points
It's not a link. I'ts an example...
0 points
no i understand, i wasn't saying it was spam, just that it would seem like it for the reasons stated.Last edited 7 weeks ago
-1 points
um.....thats most likely going to turn into a bann for spam
0 points
how do we get a cursor?
0 points
they come pre-installed on your OS.
0 points
If you want to use a cursor other than the ones found on your computer, you can create a cursor using a program such as IconEasel (http://easyapps.com/easyappsxp.html). Then simply upload your cursor to the internet (wherever you have storage space), and use the following CSS code to display it on your page:
body {
cursor: url(REPLACE)
Where it says replace, put in something like:
www.storagesite.commystoragemycursor.cur
}
0 points
sorry, that code should be:
body {
cursor: url(REPLACE)
}
Reply to thread
Sign up now to reply to threads