| |||
| Hi, I'm having a php loop which generates x amount of <span> elements in a <td> <td> <span>text</span> <span>text</span> <span>text</span> <span>text</span> ... </td> The amount of spans is dynamic and now known upfront. The problem is that the <td> is 800 width, and if there are too many span elements, the td gets too wide (800+). Is there some sort of mechanism to make the span elements go to a new line when the end of the td is reached? |
![]() |
| Thread Tools | |
| Display Modes | |
| |