![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an application which returns telephone numbers along with other information. I leave the table that holds this information alone to resize itself, but in many cases it causes telephone numbers to wrap. I'd like these numbers to remain on one line, so either the column should widen or they should be moved to a new line in the cell. However, previous attempts to enforce this have failed - clearly I'm not pressing the right buttons. |
#3
| |||
| |||
|
|
I have an application which returns telephone numbers along with other information. I leave the table that holds this information alone to resize itself, but in many cases it causes telephone numbers to wrap. |
|
I just want to be able to enclose the numbers in a <SPAN> and style it such that that span either wont wrap or has a minimum width. |
#4
| |||
| |||
|
|
I have an application which returns telephone numbers along with other information. I leave the table that holds this information alone to resize itself, but in many cases it causes telephone numbers to wrap. |
|
I just want to be able to enclose the numbers in a <SPAN> and style it such that that span either wont wrap or has a minimum width. Needless to say, I'd like as simple a cross-browser solution as possible. Any ideas? |
#5
| |||
| |||
|
|
On 2006-01-11, CJM <cjmnew04 (AT) REMOVEMEyahoo (DOT) co.uk> wrote: I have an application which returns telephone numbers along with other information. I leave the table that holds this information alone to resize itself, but in many cases it causes telephone numbers to wrap. have your application replace any spaces in the telephoine numbers with the non-breaking space leaving regular spaces between the telephone numbers only. I just want to be able to enclose the numbers in a <SPAN> and style it such that that span either wont wrap or has a minimum width. Needless to say, I'd like as simple a cross-browser solution as possible. Any ideas? there's an attribute you can use for that but I forget what it is. |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
I know it is oldfashioned and not CSS. But I thought that at least it should be mentioned: <NOBR While most (all?) browsers support <nobr>, it is not a valid HTML element. |
#8
| |||
| |||
|
|
Why would you use <SPAN> if the number occupies a table cell, which is itself a styleable element. |
#9
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |