View Full Version : A little help?


Roa
04-02-2003, 03:36 AM
Well. Im not a very good explainer...
I need help with a few things.

First off, I forgot the code how to change fonts =/
Second, I need a code to remove the underline under my links. I would realy like to do cross out links.
Third, and gladly last, i would like to add a pretty cursor on my page (without having to use comet cursor ><!)

...Thanks =3

epolady
04-02-2003, 03:48 AM
Your first two questions can be found on the site (not the forum), please look in the HTML section and the CSS section.

To answer your third question, try something like this:

in your CSS

body{
cursor:url("url to .cur");}

Roa
04-02-2003, 03:49 AM
ohh..=p And I forgot something...
I would also like to color me links or make them change from a light color to a dark color...o-o;

epolady
04-02-2003, 03:53 AM
its all in the CSS section (http://www.lissaexplains.com/css.shtml) please look.