Michdd Posted November 3, 2008 Share Posted November 3, 2008 I have an organized way that information is taken from a database then put into a table, however it doesn't make the text go to the next line until it takes up the whole page, I don't want the table to stretch if the string taken from the database is long, I just want to set a max width for a table so that if it gets that long, then the text will goto the next line, how do I do this? Link to comment https://forums.phpfreaks.com/topic/131139-setting-a-width-for-a-table-in-php/ Share on other sites More sharing options...
MatthewJ Posted November 3, 2008 Share Posted November 3, 2008 Set a width on the table tag directly or with css Link to comment https://forums.phpfreaks.com/topic/131139-setting-a-width-for-a-table-in-php/#findComment-680905 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.