December 28th, 2005, 01:28 PM
|
#1 (permalink)
|
| Member
Join Date: Dec 2004 Location: Shoreham, England
Posts: 341
|
Hi,
does anyone know why the 'text-decoration: none;' use in a CSS is only interpreted by Internet Explorer, and not Mozilla or Netscape?
Is there any other way of removing hyperlink underlines?
This is what im using:
<span style="text-decoration: none;"> home</span>
(and of course with a hyperlink)
This doesnt happen when i use <div>, however. Which is really annoying because <div> forces a line break...a line break which i dont want.
Cheers 
Last edited by plowman : December 28th, 2005 at 01:33 PM.
|
| |