cute_angel10490
07-07-2003, 09:59 AM
here's part of my code:
</head>
<style type="text/css">
a {font-family:Verdana; font-size:11pt; color:#D8415F; cursor:w-resize; text-decoration: none;}
a:visited {color:#f5c4df;}
a:active {color:#ffffff;}
</style>
</head>
<body background="nav.jpg" bgproperties="fixed">
<a href="content.htm" target="frame3">Home</a>
<br>
<a href="me.htm" target="frame3">Me</a>
<br>
<a href="you.htm" target="frame3">You</a>
<br>
<a href="site.htm" target="frame3">Site</a>
<br>
<center>
| <a href="filename.mp3">Play</a> | <a href="nomusic.htm">Stop</a> |
</center>
on where it says | Play | Stop |, is it possible to make the text smaller without having the other links be smaller too?
</head>
<style type="text/css">
a {font-family:Verdana; font-size:11pt; color:#D8415F; cursor:w-resize; text-decoration: none;}
a:visited {color:#f5c4df;}
a:active {color:#ffffff;}
</style>
</head>
<body background="nav.jpg" bgproperties="fixed">
<a href="content.htm" target="frame3">Home</a>
<br>
<a href="me.htm" target="frame3">Me</a>
<br>
<a href="you.htm" target="frame3">You</a>
<br>
<a href="site.htm" target="frame3">Site</a>
<br>
<center>
| <a href="filename.mp3">Play</a> | <a href="nomusic.htm">Stop</a> |
</center>
on where it says | Play | Stop |, is it possible to make the text smaller without having the other links be smaller too?