John Knoelk jknoelk11.6@gmail.com |
3-9-2009 10:55 AM |
Is there any way other than making text a graphic to get rid of the underlining of a link in EZNettools |
SarahLynn EZ-NetTools Support support@eznettools.net |
3-9-2009 11:29 AM |
The easiest way to do it is to use css. To learn about the things that CSS will allow you to do you can check out the following website: http://www.w3schools.com/css/css_examples.asp If you links and applying different styles this will be most helpful to you. For your links you can use the following css style:
a:link { text-decoration: none; } |
|
|