Hi.
I want my links to look like this LINK instead of LINK, and when hovering ,for them to be LINK.
My current CSS code is:But my links hover and displaying show as LINK.Code:} a:link {color: #99FF00; text-decoration: none; } a:visited {color: #99FF00; text-decoration: none; } a:hover {color: #99FF00; text-decoration: none; font-weight: bold;} .tableContent { padding-left: 10px; padding-right: 10px; }
Can anyone reccomend how to fix this?
Thanks
(Would +rep, but rep power is 0. Sorry!)
TML
EDIT
The code i'm wrapping around my links is:
Code:<td><div align="center"><a href="index.html" class="li">Home</a></div></td>





Reply With Quote