Is there a code to remove the underlines in the links?
Give me a bit and i'll try to come up with somethign for you, no promises though
Edit:
OK try this in your Global Footer:
Again not tested.
Dwight, the # symbol in CSS looks for the ID of an object. If searching for a tag, simply put the tag name with no symbol preceding it.![]()
VeaZna, try this in your global header:
Code:
- <style type="text/css">
- <!--
- a:link{ text-decoration: none; }
- a:hover{ text-decoration: none; }
- a:active{ text-decoration: none; }
- a:visited{ text-decoration: none; }
- //-->
- </style>
![]()
thanks Marc![]()
No worries.![]()
Oh ok i understand, at least I am trying