I am presently using text for links to other pages.<br>But when I set a link to the text, there is an underline with it.<br>Is there anyway I can get rid of that line. <p> <br><a href=mailto: > </a><br><a href= > </a><br>
absoutly!!<br><br>put this in your header, under any scripts you may have:<br><style><br>a{text-decoration:none}<br>a:visited{text-decoration:none}<br>a:active{text-decoration:none}<br>a:hover{text-decoration:none}<br></style><br><br>this uses stylesheets, something that has many, many posabilities. heres a good stylesheet tutorial:<br><br><A HREF="
<p>theEclipse<br><a href=mailto:eclipse_web@hotmail.com>eclipse_web@hotmail.com</a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>**-Trying to build a documentation of a Javascript DOM, crossbrowser, of course. E-mail me if you know of any little known events and/or methods, etc.
Also this:<br><br><style type="text/css"><br><!--<br>a:link, a:visited, a:active, a:hover{<br><br> text-decoration: none;<br>}<br>--><br></style><br><br>The HTML comment tag <!-- --> keeps browsers that don't support stylesheets from displaying your styles as part of the page.<br><br>Good luck<br>-pete
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.