body
{
font-family: Tahoma, Verdana, Arial; font-size: 12pt;
width: 800px;
border: medium single #000000;
color: Black;
}
a:link
{
color: Yellow;
text-decoration: none;
font-family: Arial;
font-size: 12pt;
}
a:visited
{
color: Blue;
text-decoration: none;
font-family: Arial;
font-size: 12pt;
}
a:hover
{
color: Purple;
text-decoration: underline, blink;
font-family: Arial;
font-size: 14pt;
}
a:active
{
color: red;
text-decoration: none;
font-family: Arial;
font-size: 12pt;
}
.code
{
border: thin double #0000FF;
background-color: #C0C0C0;
color: Blue;
font-family: Courier New, Courier, Sans-Serif;
font-size: 10pt;
}
.title
{
font-family: Arial;
width: 750px;
font-size: 16pt;
border: medium double #000000;
background-color: Silver;
color: White;
text-align: center;
font-weight: bold;
}
div
{
width: 750px;
color: Black;
text-align: left;
}
The body works fine, the code, title and div all work fine. I'm having problems with the link. All of the links show up Blue. When I hover over a link the font changes size and the color changes to Purple. When a link is clicked it turns red and the font is right. I want the links to show Yellow (just a sample color that I'm going to change for the actual site.) I want visited links to be Blue. When a mouse hovers I want the font to increase, change to Purple, underline and blink. When a link is clicked it turns Red and goes to normal size. Any help would be appreciated.

New Topic/Question
Reply



MultiQuote








|