Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > killing underlining in a hyperlink

Reply
Thread Tools

killing underlining in a hyperlink

 
 
Richard Sexton
Guest
Posts: n/a
 
      03-02-2006
What's the barest amount of inline CSS that will eliminate the
underling in vanilla HTML hyperlinks?

(hi and welcome to the stupid clients club)


--
Need Mercedes parts ? - http://parts.mbz.org
Richard Sexton | Mercedes stuff: http://mbz.org
1970 280SE, 72 280SE | Home page: http://rs79.vrx.net
633CSi 250SE/C 300SD | http://aquaria.net http://killi.net
 
Reply With Quote
 
 
 
 
Scott.R.Lemke@gmail.com
Guest
Posts: n/a
 
      03-02-2006
For all links
:link {text-decoration: none}

for just a single instance text-decoration: none

 
Reply With Quote
 
 
 
 
Hywel Jenkins
Guest
Posts: n/a
 
      03-02-2006
In article <du7bq2$s9k$>, says...
> What's the barest amount of inline CSS that will eliminate the
> underling in vanilla HTML hyperlinks?


No doubt a quick google search will lead you to the answer. For
example:

http://kibo.org.uk/mfaq.php?grp=wd

--

Hywel
http://kibo.org.uk/
 
Reply With Quote
 
Richard Sexton
Guest
Posts: n/a
 
      03-03-2006
In article < .com>,
<> wrote:
>For all links
>:link {text-decoration: none}
>
>for just a single instance text-decoration: none


Danke.


--
Need Mercedes parts ? - http://parts.mbz.org
Richard Sexton | Mercedes stuff: http://mbz.org
1970 280SE, 72 280SE | Home page: http://rs79.vrx.net
633CSi 250SE/C 300SD | http://aquaria.net http://killi.net
 
Reply With Quote
 
Toby Inkster
Guest
Posts: n/a
 
      03-03-2006
Scott.R.Lemke wrote:

> :link {text-decoration: none}


Can go more minimal:

:link{text-decoration:none}



--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inline Underlining in XHTML Strict? Kelwin Delaunay HTML 18 09-16-2009 09:47 AM
Firefox and Underlining Joe Firefox 2 03-30-2006 02:22 AM
asp:buttons, access keys, underlining and submit Sarmatia@gmail.com ASP .Net 1 02-22-2006 06:41 PM
FF1.04 underlining urls Wygtya Firefox 3 06-16-2005 11:36 AM
underlining on websites =?Utf-8?B?a21uZXdidXJu?= Microsoft Certification 2 05-25-2004 05:31 PM



Advertisments
 



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