RE:   in CSS?
by Chuck Evans <Chucke(at)captura.com>
|
| Date: |
Mon, 5 Feb 2001 09:32:29 -0800 |
| To: |
"'Kevin W. Bishop'" <bishopk(at)rpi.edu>, Hwg Style <hwg-style(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
You want to make sure that the non-breaking space is never underlined? 1.
Don't put it inside an anchor tag. 2. If inside an anchor tag, use the SPAN
inline tag and set up a class like:
.nounderline { text-decoration:none; }
<.a href="#">Some<.span class="nounderline"> </span>Words</a>
(note: dots added for those with HTML email)
Chuck Evans
Captura, Inc.
(425) 803-6455
http://www.captura.com
-----Original Message-----
From: Kevin W. Bishop [mailto:bishopk(at)rpi.edu]
Is this legal in any CSS spec.?
<style type="text/css">
  {text-decoration: none}
</style>
I suspect not. Would it be advisable to declare this as an inline style
using a span tag instead?
HWG hwg-style mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.