Maurice79 Posted January 30, 2009 Share Posted January 30, 2009 Hello, i searched with google for a forum which contains help for PHP and hope I'm here at phpfreaks on the right place. My problem is with table information which contains more as one word and override the maximum length for the table. If the happen the table height get 2 times so high. Maybe a picture say more as the above words. My question: is there a way to prevent to split up words and just increase the table length? Link to comment https://forums.phpfreaks.com/topic/143200-solved-table-length/ Share on other sites More sharing options...
uniflare Posted January 31, 2009 Share Posted January 31, 2009 I believe you want nowrap on your table columns. <TABLE> <TR> <TD NOWRAP> this is a very long sentence that will never split into multiple rows.......... . . . 4t5434 # etc </TD> </TR> </TABLE> Link to comment https://forums.phpfreaks.com/topic/143200-solved-table-length/#findComment-751159 Share on other sites More sharing options...
Maurice79 Posted January 31, 2009 Author Share Posted January 31, 2009 Thanks you very much uniflare! This is exactly what was searching for. Link to comment https://forums.phpfreaks.com/topic/143200-solved-table-length/#findComment-751366 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.