- Forums
- HTML
- CSS Tips And Tricks - How To Make All Links The Same Active Visited Hover
This Page Contains information about CSS Tips And Tricks - How To Make All Links The Same Active Visited Hover By wallice47 in category HTML with 1 Replies. [680], Last Updated: Sat May 18, 2024
wallice47
Sat Dec 23, 2006
1 Comments
1306 Visits
css offer many ways to customize you web pages, one way to do this is to behave all links the same ways like the active, visited and hover links. to do this you can copy and paste the follwowing into your website between the <head> tags:
CODE:
<style type="text/css">
<!--
a:link, a:visited, a:active {
text-decoration: underline;
}
-->
</style>
if you need web hosting for your site, you can visit our friends at www.webune.com
https://www.wallpaperama.com/forums/css-tips-and-tricks-how-to-make-all-links-the-same-active-visited-hover-t655.html