|
Posted by Jonathan N. Little on May 25, 2007, 12:52 pm
Please log in for more thread options
Steve Swift wrote:
> Given a choice between:
>
> 1. <A HREF=z><NOBR>Non breaking link</NOBR></A>
> 2. <NOBR><A HREF=z>Non breaking link</A></NOBR>
>
> ... a nothing else; absolutely nothing else, is there any reason to
> chose one in preference to the other? There's no visible difference in
> any browser that I've tried.
>
I like neither and prefer CSS:
A { white-space: nowrap; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
|