Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Html Tags > Re: links witho...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 12 of 12 Topic 364 of 447
Post > Topic >>

Re: links without the underscoring - Not using CSS

by "Jonathan N. Little" <lws4art@[EMAIL PROTECTED] > Feb 18, 2007 at 06:35 PM

TOP POSTING CORRECTED
 > "Thomas Hejl Pilgaard" <lazyjones@[EMAIL PROTECTED]
> wrote in message
 > news:cbkXe.172$3I.144@[EMAIL PROTECTED]
 >> Am I wrong in thinking that there used to be a possibility to make a 
link
 >> without the underscoring?
 >> Maybe some parameter in the anchor tag?

Patrick wrote:
> <%@[EMAIL PROTECTED]
 LANGUAGE="VBSCRIPT" %>
> <html>
> <head>
> <script>
> 
> function hidestatus(){
> window.status=''
> return true
> }
> 
> if (do***ent.layers)
> do***ent.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
> 
> do***ent.onmouseover=hidestatus
> do***ent.onmouseout=hidestatus
> </script>
> </head>
> 
> Then create a link like so...
> <a href=http://www.yourdomain.com/
onmouseover="style.color='red'"
> onmouseout="style.color='blue'">your link</a>
> This will remove the underscore and then apply a color scheme for the
link 
> upon mouseover.

And just how is this above supposed to remove the underscore?

To OP, the answer is no. There is no attribute of the A element to do 
this your need to use CSS

A { text-decoration: none; }

But if you do so, you must provide some means to identify that you have 
a link or you will frustrate your visitors as they play the game 
"Where's Waldo" hunting for your links.


-- 
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 




 12 Posts in Topic:
links without the underscoring - Not using CSS
"Thomas Hejl Pilgaar  2005-09-18 22:34:16 
Re: links without the underscoring - Not using CSS
David Dorward <dorward  2005-09-18 21:50:55 
Re: links without the underscoring - Not using CSS
Phoenix <antispam@[EMA  2005-09-18 23:11:27 
Re: links without the underscoring - Not using CSS
"Thomas Hejl Pilgaar  2005-09-19 00:36:18 
Re: links without the underscoring - Not using CSS
"Jonathan N. Little&  2005-09-18 23:13:58 
Re: links without the underscoring - Not using CSS
Dr Clue <ianstormsfw@[  2005-09-19 00:43:52 
Re: links without the underscoring - Not using CSS
"Beauregard T. Shagn  2005-09-18 21:19:50 
Re: links without the underscoring - Not using CSS
"Thomas Hejl Pilgaar  2005-09-19 00:31:20 
Re: links without the underscoring - Not using CSS
"Robi" <me@[  2005-09-18 21:53:20 
Re: links without the underscoring - Not using CSS
"Thomas Hejl Pilgaar  2005-09-19 07:23:52 
Re: links without the underscoring - Not using CSS
"Patrick" <p  2007-02-18 18:09:53 
Re: links without the underscoring - Not using CSS
"Jonathan N. Little&  2007-02-18 18:35:27 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Oct 16 0:50:17 CDT 2008.