Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   links without the underscoring - Not using CSS (http://www.velocityreviews.com/forums/t162803-links-without-the-underscoring-not-using-css.html)

Thomas Hejl Pilgaard 09-18-2005 08:34 PM

links without the underscoring - Not using CSS
 
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. | = @ = /
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻ



David Dorward 09-18-2005 08:50 PM

Re: links without the underscoring - Not using CSS
 
Thomas Hejl Pilgaard wrote:

> Am I wrong in thinking that there used to be a possibility to make a link
> without the underscoring?


Only CSS.

> Maybe some parameter in the anchor tag?


style attribute

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is

Phoenix 09-18-2005 09:11 PM

Re: links without the underscoring - Not using CSS
 
Thomas Hejl Pilgaard wrote:
> 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.

Beauregard T. Shagnasty 09-18-2005 09:19 PM

Re: links without the underscoring - Not using CSS
 
Thomas Hejl Pilgaard wrote:
> 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.

--
-bts
-This space intentionally left blank.

Thomas Hejl Pilgaard 09-18-2005 10:31 PM

Re: links without the underscoring - Not using CSS
 

"Beauregard T. Shagnasty" <a.nony.mous@example.invalid> skrev i en
meddelelse news:WRkXe.80415$EX.53071@twister.nyroc.rr.com...
> Thomas Hejl Pilgaard wrote:
>> 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?


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. | = @ = /
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻ



Thomas Hejl Pilgaard 09-18-2005 10:36 PM

Re: links without the underscoring - Not using CSS
 
"Phoenix" <antispam@broadpark.no> skrev i en meddelelse
news:432dd800$1@news.broadpark.no...

> Thomas Hejl Pilgaard wrote:
>
>> 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?

>
> 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. | = @ = /
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻ



Jonathan N. Little 09-18-2005 11:13 PM

Re: links without the underscoring - Not using CSS
 
Thomas Hejl Pilgaard wrote:

<snip>
> 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.


--
Take care,

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

Dr Clue 09-19-2005 12:43 AM

Re: links without the underscoring - Not using CSS
 
Thomas Hejl Pilgaard wrote:
> 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
--.

Robi 09-19-2005 02:53 AM

Re: links without the underscoring - Not using CSS
 
Thomas Hejl Pilgaard wrote in message news:XUlXe.187$8t7.104@news.get2net.dk...
>
> Beauregard T. Shagnasty skrev i en meddelelse news:WRkXe.80415$EX.53071@twister.nyroc.rr.com...
>> Thomas Hejl Pilgaard wrote:
>>> 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?

>
> 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 :)

>>> --

>>
>> 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. | = @ = /
> ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻ

Thomas, ^^^^^^^^^^^^^^^^^^^^^^

your .sig separator is still bOrken

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

--
Capisci?


Thomas Hejl Pilgaard 09-19-2005 05:23 AM

Re: links without the underscoring - Not using CSS
 
"Robi" <me@privacy.net> skrev i en meddelelse
news:0sCdnWCc4ofzurPeRVn-oQ@trueband.net...

> Thomas Hejl Pilgaard wrote in message
> news:XUlXe.187$8t7.104@news.get2net.dk...
>>
>> Beauregard T. Shagnasty skrev i en meddelelse
>> news:WRkXe.80415$EX.53071@twister.nyroc.rr.com...
>>
>>> Thomas Hejl Pilgaard wrote:
>>>
>>>> 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?

>>
>> 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 :)


hehehe

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

>>
>> ooo - thanks for the heads up!
>>
>> --

>
> your .sig separator is still bOrken
>
> --" " (without the quotes)
> dash-dash-space-CR (that's 4 "chars")
>
> --
> Capisci?


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. | = @ = /
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻ




All times are GMT. The time now is 11:10 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57