Hi
I have this in a table (class name tbh1)'s th :Code CSS:.tbl1 th span { font-weight:normal; float:right; margin:0 3px 0 0; position:relative; text-align:right; padding-right:5px; white-space: nowrap; }
but it spans in 2 lines (inspite of white-space:nowrap):Code HTML4Strict:<span>Batch : <a href="http://localhost/folder1/link1.html">2000</a></span>
Just to test, I changed href to href1 (so that a href attribute isnt present)Code:Batch : 2000
and its in one line !Code HTML4Strict:<span>Batch : <a href1="http://localhost/folder1/link1.html">2000</a></span>
Code:Batch : 2000
Hows that ?




Bookmarks