![]() |
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. | = @ = / ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻ |
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 |
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. |
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. |
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. | = @ = / ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻ |
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. | = @ = / ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻ |
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 |
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 --. |
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? |
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.