no way
01-05-2003, 11:43 PM
Hi !
I try to change the color of my hyperlinks using for example
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
So far no prob.
But I only want to have that in my contents. Is this possible to define this within the paragraph definition I have anyway (links would take these colors in paragraphs)?
<style type="text/css">
p
{
font-family: arial;
font-size: 11px;
margin-left: 20px;
margin-right: 20px
}
</style>
Tks for the help in advance
Fred
Oh man, I guess i've been to many hours on this this week-end...
http://www.geocities.com/verybadpage/page3.html
I try to change the color of my hyperlinks using for example
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
So far no prob.
But I only want to have that in my contents. Is this possible to define this within the paragraph definition I have anyway (links would take these colors in paragraphs)?
<style type="text/css">
p
{
font-family: arial;
font-size: 11px;
margin-left: 20px;
margin-right: 20px
}
</style>
Tks for the help in advance
Fred
Oh man, I guess i've been to many hours on this this week-end...
http://www.geocities.com/verybadpage/page3.html