| Author |
wrap
|
Jackie Wang
Ranch Hand
Joined: Apr 18, 2002
Posts: 315
|
|
html question: I want to create a table with some TR and TD I got a string "MYSTUFFTESTINGGGGGGG(12345)" however, it wrap when it encounter the bracket. like this: "MYSTUFFTESTINGGGGGGG" "(12345)" are there a way tell the html not to do so without changing the width of the TD? Thanks!
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 411
|
|
<TD NOWRAP>dasda( fgdfgd ) </td> or <td><nobr>sdfdsdsd dfsdfs( hjg) </nobr></td>
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50673
|
|
... which of course could very well make the column wider. What did you mean by "not change the width"? bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: wrap
|
|
|