Is there any way I can have a <span> or <a> etc that can both hold it's block attributes but not break afterwords. The style I am trying to use has a designating width and its defined in a <a>.
Robin_reala
7:48 am on Nov 9, 2005 (gmt 0)
span { display: inline-block; }
Unfortunately Firefox doesn't support this :( An alternative is to do this: