Hello,
My linked text is smaller than my text. I used the following CSS code:
.main {
margin-right: 10px;
margin-top: 15px;
margin-left : 50px;
margin-bottom : 0px;
color: #330000;
font-size: 85%;
line-height : 18px;
font-weight: normal;
}
.main a:link {
color: #330000;
text-decoration: underline;
}
.main a:visited {
color: #330000;
text-decoration: underline;
}
.main a:hover {
background-color: #cc9966;
text-decoration: none;
color: white;
}
The class is contained in the <p> tags.
Thanks!
My linked text is smaller than my text. I used the following CSS code:
.main {
margin-right: 10px;
margin-top: 15px;
margin-left : 50px;
margin-bottom : 0px;
color: #330000;
font-size: 85%;
line-height : 18px;
font-weight: normal;
}
.main a:link {
color: #330000;
text-decoration: underline;
}
.main a:visited {
color: #330000;
text-decoration: underline;
}
.main a:hover {
background-color: #cc9966;
text-decoration: none;
color: white;
}
The class is contained in the <p> tags.
Thanks!