vicary
05-11-2003, 04:56 AM
Could anyone tell me why my browser is showing my menu as verdana and then my home as arial? I have my site set as frames. I will post the CSS here for my menu page and my home page:
<html>
<head>
<title>Vicary Biznis</title>
<style type="text/css">
<!--
a:link {
text-decoration:none;
color:#A59550;
font-family: verdana;
}
a:hover {
text-decoration:none;
color:#B54441;
font-weight:bold;
font-family: verdana;
}
a:active {
text-decoration:none;
color:#2B81B7;
font-family: verdana;
}
a:visited {
text-decoration:none;
color:#B54441;
font-family: verdana;
}
body {
background-color:#FFFFFF;
text-align:center;
margin:10px, 0px 0px 15px;
}
-->
</style>
</head>
<body>
<div style="font-size: 20pt; color: #000000; font-family: verdana, arial, lucida sans: letter-spacing:-.5em:">Vicary Biznis</div></br>
Any help would be greatly appreciated!
thanks.
Vicary
<html>
<head>
<title>Vicary Biznis</title>
<style type="text/css">
<!--
a:link {
text-decoration:none;
color:#A59550;
font-family: verdana;
}
a:hover {
text-decoration:none;
color:#B54441;
font-weight:bold;
font-family: verdana;
}
a:active {
text-decoration:none;
color:#2B81B7;
font-family: verdana;
}
a:visited {
text-decoration:none;
color:#B54441;
font-family: verdana;
}
body {
background-color:#FFFFFF;
text-align:center;
margin:10px, 0px 0px 15px;
}
-->
</style>
</head>
<body>
<div style="font-size: 20pt; color: #000000; font-family: verdana, arial, lucida sans: letter-spacing:-.5em:">Vicary Biznis</div></br>
Any help would be greatly appreciated!
thanks.
Vicary