I have a html which contains a table. As the data comes dynamically so the table cells expand and contract accordingly.To stop it i have fixed the width of table cells(td). But in one table cell a large url (data which is not having any break) is coming and in this case constant width is not working and cell is expanding. This gives a ugly look in the table.
Can you help me out so that this table cell doesn't expand and instead it starts a fresh line.
Can you help me out so that this table cell doesn't expand and instead it starts a fresh line.
Comment