I have been previously wondering how to set-up those links which you see everywhere — the people that are bold to begin with but then when the mouse rolls around it becomes underscored as well as perhaps another colour. what do i need to do to achieve this
thanks on your time!
:
p. azines. a simple example may be the CNN. com homepage — almost all links for headlines there are what i’m referring to (only backwards w/the underscore disappearing)
you’ll want to use CSS::
. yourlink ANY
font-family: Verdana;
colour: blue;
text-decoration: it’s unlikely that any;
. yourlink ANY: hover
colour: red;
text-decoration: underline;
Also you can have a stylesheet, this can save you having to key in the css code for each link and have it for the entire page!
A good CSS resource is definitely W3Schools. They also provide guides to HTML CODE, Javascript, XML and much more.
Just were going to say thanks for all those your guys’ help — They may be I’ve found the proper place to find answers. Have a great day…
LANE
This can be css code which could go in the head of the page OR for a seperate stylesheet…: devious:
Remorseful m8, thought it was individual because how i do them looks different.