How can I get the links to not inherit the properties of the body. For some reason the top link behaves correctly, but with the wrong color while the second one has the right color, but now the javascript does not work.
I am rusty and am not sure what I am doing wrong.
Thanks
PHP Code:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<style type="text/css">
body {
background-color: #000000;
}
a:link {
color: #000000;
}
a:visited {
color: #666666;
}
.style9 {
color: #9900CC;
visited: #9900CC;
}
-->
</style></head>
<script src="http://i.thottbot.com/power.js"></script>
<body>
<div align="center"><a href='http://thottbot.com/i30247'>Leggings of the Vanqud Hero x2</a><br>
<a href='http://thottbot.com/i30090'><span class="style9">World Breaker</span></a><br>
</div>
</body>
</html>



Reply With Quote

Bookmarks