Style problem
HejJeg har den fil:
......................
<html>
<head>
<title><%page_title%></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Keywords" content="<%meta_keywords%>">
<meta name="Description" content="<%meta_description%>">
<style type="text/css">
td {
font-family: "verdana";
font-size: 11px;
text-align: left
}
<!-- css class -->
.button {
border : thick solid 1;
background-color: #2D7097;
font-family: "Arial,Helvetica,Sans-serif";
font-style : normal;
font-weight : bold;
color : #ffffff;
}
.text2 {
border : thick solid 1;
background-color: #2D7097;
font-family: "Helvetica,Sans-serif";
font-style : normal;
font-weight : normal;
color : #ffffff;
FONT-SIZE: 10px;
}
.text3 {
border : thick solid 1;
border-color: #000000;
background-color: #B0B0B0;
font-family: "Helvetica,Sans-serif";
font-style : normal;
font-weight : normal;
color : #000000;
FONT-SIZE: 11px;
}
.checkbox2 {
border : 0;
}
.checkbox {
border : 0;
background-color: white;
COLOR: #0033cc;
}
.std_button {
background-color: #CEDAFE;
color: #000000;
font-size: 11px;
font-weight : normal;
border-style: solid;
border-width : 1;
}
SELECT {
border : thick solid 1;
border-color: #000000;
background-color: #B0B0B0;
font-family: "Helvetica,Sans-serif";
font-style : normal;
font-weight : normal;
color : #000000;
FONT-SIZE: 11px;
}
INPUT {FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; COLOR: #0033cc; FONT-SIZE: 11px}
TEXTAREA {FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; COLOR: #0033cc; FONT-SIZE: 11px}
.tbl_caption {
background-color: #FFEAC9;
color: #804000;
font-size: 12px;
font-weight : bold;
}
.tbl_normal {
background-color: #FFF8ED;
color: black;
font-size: 12px;
}
.tbl_sub_caption {
color: #804000;
font-size: 12px;
font-weight : bold;
}
.menu {
font-family: "Verdana";
font-style : normal;
font-weight : regular;
font-size: 10px;
color : #000000;
text-decoration : none;
}
.copyright {
font-family: "Verdana";
font-style : normal;
font-weight : normal;
font-size: 11px;
color : #000000;
}
.search_title {
font-family: "Verdana";
font-style : normal;
font-weight : bold;
font-size: 11px;
color : #000000;
}
.pagination {
font-family: "Verdana";
font-style : normal;
font-weight : bold;
font-size: 11px;
color : #008000;
}
.pagination1 {
font-family: "Verdana";
font-style : normal;
font-weight : bold;
font-size: 11px;
color : #800000;
}
</style>
</head>
<body bgcolor="#FFFFFF" link="#0033cc" alink="#0033cc" vlink="#0033cc" background="images/bg.jpg">
<table cellpadding='1' cellspacing='0' border='0' align='center' width='700' bgcolor="black">
<tr>
<td>
<table cellpadding='0' cellspacing='0' border='0' width='100%'>
<tr>
<td bgcolor=#ffffff>
<!-- Header -->
<img src="images/indexu-logo2.jpg" border="0">
</td>
</tr>
<tr>
<td>
<!-- content -->
<table bgcolor="white" cellpadding='0' cellspacing='0' border='0' width='100%'>
<tr>
<td>
<!-- menu -->
<table bgcolor="white" cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
<td bgcolor=#DFDFDF>
<a href=index.php class=menu>Home</a>
<a href=new.php class=menu>New Listings</a>
<a href=hot.php class=menu>Hot Listings</a>
<a href=top_rated.php class=menu>Top Rated</a>
<a href=pick.php class=menu>Editor Pick</a>
<a href=cp/ class=menu>My Account</a>
<a href="user_search.php?pflag=search" class=menu>Members</a>
</td>
</tr>
</table>
<!-- end menu -->
..........................................
Jeg vil gerne har at texten med link skal ikke har
et understrej. Understrejen skal vises kun når musen er over
texten og texten skal bliv rød.
Hvad skal jeg ændre her ?
Tak
