I want the links on http://cgi.nefo.nl/bentepol/db.cgi?db=default&uid=default&ID=&Titel=&Link=&Type=Historie&Auteur=&Linkauteur=&keyword=&mh=10&sb=---&so=ascend &view_records=View+Records to be red and not underlined. How does I do this. Style sheets I think?
Nov 10, 1999, 3:19 AM
User (97 posts)
Nov 10, 1999, 3:19 AM
Post #3 of 3
Views: 938
Try this in the html_page_top subroutine. Change the font family to what you use on your site.
<html>
<head>
<title>$html_title $page_title</title>
<style type="text/css">
<!--
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none }
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color: #EEEEEE; text-decoration: none }
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: underline }
-->
</style>
</head>
Cheers!
------------------
Larry "NgtCrwlr" Mingus
www.makeitsimple.com
<html>
<head>
<title>$html_title $page_title</title>
<style type="text/css">
<!--
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none }
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color: #EEEEEE; text-decoration: none }
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: underline }
-->
</style>
</head>
Cheers!
------------------
Larry "NgtCrwlr" Mingus
www.makeitsimple.com