|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
New problem I have a textarea in a form that a user fills in and then stores the text in mysql as medimum blob and when the users web page is called by anyone the data from the db is inserted in to the page content via <?php echo $var ?> .
The problem is the data dose not wrap and causes the cell to push over the width set for the td tag and exstends the table to the right.The other cells in the table are normal. any ideas folks. Thanks ------------------ Thanks Dr.E.L. [This message has been edited by Dr_E_lectric (edited May 31, 2000).] |
|
#2
|
||||
|
||||
|
did you set a <table width=xx> ? or just a <td width= ? for NS you 'sometimes' need both
|
|
#3
|
|||
|
|||
|
I am using IE and I have tried both table and td width
------------------ Thanks Dr.E.L. |
|
#4
|
|||
|
|||
|
Why does the data not wrap? Is it one long non-breaking string? Does it use the <nobr> tag?
|
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Data forces cell beyond spec |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|