links without the underscoring - Not using CSS

  • Thread starter Thomas Hejl Pilgaard
  • Start date
T

Thomas Hejl Pilgaard

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?

--
________________________________________________________
/ Thomas Hejl Pilgaard | If you understand what | /\ /\ \
/ Ostenfeldtsvej 8c 2 tv | you're doing, you're | ^ ^ \
\ 4700 Naestved, Denmark | not learning anything. | = @ = /
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 
P

Phoenix

Thomas said:
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?

--
________________________________________________________
/ Thomas Hejl Pilgaard | If you understand what | /\ /\ \
/ Ostenfeldtsvej 8c 2 tv | you're doing, you're | ^ ^ \
\ 4700 Naestved, Denmark | not learning anything. | = @ = /
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

That's a s strange attitude. You are aware that HTML is not to be used
for style at all, right? HTML is a markup language, CSS is a style
language. Separation of content and style, etc., etc. RTFM, as I like to
say.
 
B

Beauregard T. Shagnasty

Thomas said:
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?

Why do you want to hide your links? Are you expecting your visitors to
wave the mouse all 'round the page looking for them, for the arrow to
change to a hand?

Your sig separator is broken; it should be dash-dash-space.
 
T

Thomas Hejl Pilgaard

Beauregard T. Shagnasty said:
Why do you want to hide your links? Are you expecting your visitors to
wave the mouse all 'round the page looking for them, for the arrow to
change to a hand?

It's not for use on a serious website ^^
Your sig separator is broken; it should be dash-dash-space.

ooo - thanks for the heads up!

--
________________________________________________________
/ Thomas Hejl Pilgaard | If you understand what | /\ /\ \
/ Ostenfeldtsvej 8c 2 tv | you're doing, you're | ^ ^ \
\ 4700 Naestved, Denmark | not learning anything. | = @ = /
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 
T

Thomas Hejl Pilgaard

That's a s strange attitude. You are aware that HTML is not to be used for
style at all, right? HTML is a markup language, CSS is a style language.
Separation of content and style, etc., etc. RTFM, as I like to say.

I am quite aware of that. Nevertheless there has been some attempts
by various browser-makers to introduce tags outside the conventions.

And I strongly believe that there used to be a feature for the above effect.
Whether it was purely in an early version of Netscape Navigator or whatever,
I am sure there was something.

--
________________________________________________________
/ Thomas Hejl Pilgaard | If you understand what | /\ /\ \
/ Ostenfeldtsvej 8c 2 tv | you're doing, you're | ^ ^ \
\ 4700 Naestved, Denmark | not learning anything. | = @ = /
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 
J

Jonathan N. Little

Thomas Hejl Pilgaard wrote:

I am quite aware of that. Nevertheless there has been some attempts
by various browser-makers to introduce tags outside the conventions.
<snip>

A practice that I, and I am sure many others, hope will die. Do not
fondly reminisce about pre-4.01 days of MS and Netscape proprietary
elements.
 
D

Dr Clue

Thomas said:
And I strongly believe that there used to be a feature for the above effect.
Whether it was purely in an early version of Netscape Navigator or whatever,
I am sure there was something.


I don't think there was ever one in my time (since 1994).
You could just use a little CSS, it won't hurt that much :)

<a href="foo.html" style="text-decoration:none;">click me</a>





--
--.
--=<> Dr. Clue (A.K.A. Ian A. Storms) <>=-- C++,HTML, CSS,Javascript
--=<> http://resume.drclue.net <>=-- AJAX, SOAP, XML, HTTP
--=<> http://www.drclue.net <>=-- SERVLETS,TCP/IP, SQL
--.
 
R

Robi

Thomas Hejl Pilgaard wrote in message news:[email protected]...
Beauregard T. Shagnasty skrev i en meddelelse news:[email protected]...

It's not for use on a serious website ^^

you could also set the font colour to the same as the background colour...
now that would be fun too :)
ooo - thanks for the heads up!

--
________________________________________________________
/ Thomas Hejl Pilgaard | If you understand what | /\ /\ \
/ Ostenfeldtsvej 8c 2 tv | you're doing, you're | ^ ^ \
\ 4700 Naestved, Denmark | not learning anything. | = @ = /
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Thomas, ^^^^^^^^^^^^^^^^^^^^^^

your .sig separator is still bOrken

--" " (without the quotes)
dash-dash-space-CR (that's 4 "chars")
 
T

Thomas Hejl Pilgaard

Thomas Hejl Pilgaard wrote in message


you could also set the font colour to the same as the background colour...
now that would be fun too :)
hehehe


your .sig separator is still bOrken

--" " (without the quotes)
dash-dash-space-CR (that's 4 "chars")

Yeah, I got it now - I hope ^^

--
________________________________________________________
/ Thomas Hejl Pilgaard | If you understand what | /\ /\ \
/ Ostenfeldtsvej 8c 2 tv | you're doing, you're | ^ ^ \
\ 4700 Naestved, Denmark | not learning anything. | = @ = /
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 
P

Patrick

<%@ LANGUAGE="VBSCRIPT" %>
<html>
<head>
<script>

function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.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.
 
J

Jonathan N. Little

TOP POSTING CORRECTED
<%@ LANGUAGE="VBSCRIPT" %>
<html>
<head>
<script>

function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.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.
 
J

Jonathan N. Little

Richard said:
It might also be noted that Patrick is replying to threads from circa
September 2005.
Wondered where OP was thought it was from alt.html.tags to which I do
subscribe. But whatever, corrected misinformation in case a newbie is
lurking...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top