Hello
I have the following in my <HEAD> tag:
<style type="test/css">
DIV.Abstract{text-align:justify;}
h6{font-size:10pt;}
A:link{text-decoration:none;}
A:visited{text-decoration:none;}
A:hover{text-decoration:underline;color:#111111;}
A:active{text-decoration:none;}
</style>
Underneath this, in <BODY>, I have the following:
<TD><DIV><h6>
Alan<br>
Bob<br>
Colin
<br></h6><DIV></TD>
How do I go about applying these:
A:link{text-decoration:none;}
A:visited{text-decoration:none;}
A:hover{text-decoration:underline;color:#111111;}
A:active{text-decoration:none;}
so that they work in the list:
Alan<br>
Bob<br>
Colin<br>
Many thanks
EvertonFC
I have the following in my <HEAD> tag:
<style type="test/css">
DIV.Abstract{text-align:justify;}
h6{font-size:10pt;}
A:link{text-decoration:none;}
A:visited{text-decoration:none;}
A:hover{text-decoration:underline;color:#111111;}
A:active{text-decoration:none;}
</style>
Underneath this, in <BODY>, I have the following:
<TD><DIV><h6>
Alan<br>
Bob<br>
Colin
<br></h6><DIV></TD>
How do I go about applying these:
A:link{text-decoration:none;}
A:visited{text-decoration:none;}
A:hover{text-decoration:underline;color:#111111;}
A:active{text-decoration:none;}
so that they work in the list:
Alan<br>
Bob<br>
Colin<br>
Many thanks
EvertonFC