Hi,
Ok i cant get this to work. I want to use the class style, but the only way the ID tag will change is via the # style
Why? (Yes i know I have both ID and Class in the same tag, its just to save space here)
James
P.S. Here is the code:
Ok i cant get this to work. I want to use the class style, but the only way the ID tag will change is via the # style
Why? (Yes i know I have both ID and Class in the same tag, its just to save space here)
James
P.S. Here is the code:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<style type="text/css">
.Backgroundtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
color:#000000;
text-align: justify;
}
#Links :link{
Color:#99CCFF;
}
#Links :vistied{
Color:#99CCFF;
}
#Links :hover{
Color:#99CCFF;
}
#Links :active{
Color:#99CCFF;
}
A.Backgroundtext{
Color:#CC0033;
}
A.Backgroundtext:link{
Color:#CC0033;
}
A.Backgroundtext:vistied{
Color:#CC0033;
}
A.Backgroundtext:hover{
Color:#CC0033;
}
A.Backgroundtext:active{
Color:#CC0033;
}</style>
</head>
<body bgcolor=#FFFFFF>
<a href="piccy"><img src="../Images/piccy.gif" width=186 height=70 border=0 style="position: absolute; visibility: visible; left: 10px; top: 10px;"></a>
<div id="links" class="backgroundtext" style="position: absolute; height: auto; width: auto; top: 10px; right: 10px;">
Links:<br>
<a href="[URL unfurl="true"]http://mylink.com">Centre</a><br>[/URL]
<a href="mylink.com">Library</a><br>
Support<br>
Address </div>