html - whitespace nowrap on span -
in case:
<td> text <span class="icon"></span> </td>
i want line break when necessary on text don't want span on new line, want stick part of text. how can it?
thanks,
how solved problem
<table style="width:100px"> <tr> <td> showing <span style=" white-space: nowrap;">i meant <span> blah blah </span></span> </td> </tr>
Comments
Post a Comment