vForums Support > Programming & Coding :: Code Requests & Support :: > Links bold (support)
Links bold (support) - Posted By Alex Bailey (system) on 2nd Aug 08 at 8:11pm
<style type="text/css">
<!--
a:link {font:-weight: bold;}
-->
</style>
I tried that code and it didn't work, now for a coder does that look correct
Re: Links bold (support) - Posted By slip (slip) on 3rd Aug 08 at 6:03am
<style type="text/css">
<!--
a, a:visited, a:hover {
font-weight: bold !important;
}
-->
</style>
That should work.
Re: Links bold (support) - Posted By Alex Bailey (system) on 3rd Aug 08 at 11:37am
Awesome , worked thanks alot slip