scarezekiel Posted February 22, 2012 Share Posted February 22, 2012 as you can see in my pic attachment..my leave detail appears in 2 lines.. how do i make them show the details in a single line? Link to comment https://forums.phpfreaks.com/topic/257510-how-to-make-my-data-appear-in-a-single-line/ Share on other sites More sharing options...
RobertP Posted February 22, 2012 Share Posted February 22, 2012 increase the width for that <td> example <td style="width:400px;">lots of data blablablalba blablalblalbla</td> Link to comment https://forums.phpfreaks.com/topic/257510-how-to-make-my-data-appear-in-a-single-line/#findComment-1319846 Share on other sites More sharing options...
Adam Posted February 24, 2012 Share Posted February 24, 2012 There could be a parent element restricting the size; you might have CSS rules setting the width/max-width on the table, row, or table cells; you may have width attributes, etc. Could be 1 out of 50 reasons, or it could be all 50. You need to show the mark-up. Link to comment https://forums.phpfreaks.com/topic/257510-how-to-make-my-data-appear-in-a-single-line/#findComment-1320763 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.