But, I would just like to say that you guys rock. I haven't had a paid journal since like, 2002, and we didn't have this stuff back then. I was completely confused when I started all this.
But with the help of you guys, my journal looks pretty nifty.
So thank you, everybody! You rock!
Keep it up! :)
-----edit-----
okay, mabey i am still challenged.
function Page::print_custom_head(){
"""
<*style type="text/css" media="screen"*>
body{
cursor:crosshair;
};
a:hover {
filter: glow(Color=#3399FF,Strength=5);
}
<*/style(>
""";
}
Thats the code I'm using (without the stars, obviously). The crosshair cursor's all set, but I can't get the filter to work. Am I doing something wrong? I searched up "cursors" in this community and copied the code (adding my own preferences) from one of the entries, but the filter doesn't work (as it didn't in that entry, also). Any ideas?