Thread: HTML For Links
Results 1 to 2 of 2
Related
-
Replies: 1
-
How to embed a swf in html with links that target iframe Forum: HTML Forum
Replies: 0 -
links to html pages do not work Forum: HTML Forum
Replies: 1 -
HTML Links... Forum: HTML Forum
Replies: 4
-
12-07-2001, 07:58 PM #1
HTML For Links
To Whom It May Concern:
Hello, this is Stephen Jones with Network Labs. I'm having trouble finding a certain HTML script that makes the links turn different colors when you place your cursor over the links.
If you know what I'm talking about, please let me know by replying to this post or by contacting me via electronic mail at jonespaulstephen@hotmail.com
-
12-08-2001, 07:46 AM #2
Hiya,
You need Cascading Style Sheets to make this happen. Here is some example code, this goes in your <head> -
Code:<style type="text/css"> <!-- a { color: blue; text-decoration: underline; } a:hover { color: black; text-decoration: none; } --> </style>
For an introduction to Cascading Style Sheets, try -
http://css.somepeople.netIf one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum