neomorpheus
Programmer
I have a list as below-
(SuperUser,SuperEdit,ContentEdit,Contentviewers,PageOwners,Metadata,UserAdministrators,BusinessTools,SoftwareTools,ServicesTools,InformationTech,WebReports)
I have a table that displays certain data and one of the rows in the table displays the above list. Since the list is very long, it extends the table width and I have to scroll horizontally to view the table and it doesnt look good either. The list is displayed in one single line :-(
How can i break the contents of the list in such a way that I display three elements of a list in one line and automatically break to the next line and start the fourth one and so on.
So the display would be as below:
SuperUser,SuperEdit,ContentEdit,
Contentviewers,PageOwners,Metadata,
UserAdministrators,BusinessTools,SoftwareTools,
ServicesTools,InformationTech,WebReports
That would prevent the table width from extending too far wide.
Suggestions or solutions welcome. Thanks
(SuperUser,SuperEdit,ContentEdit,Contentviewers,PageOwners,Metadata,UserAdministrators,BusinessTools,SoftwareTools,ServicesTools,InformationTech,WebReports)
I have a table that displays certain data and one of the rows in the table displays the above list. Since the list is very long, it extends the table width and I have to scroll horizontally to view the table and it doesnt look good either. The list is displayed in one single line :-(
How can i break the contents of the list in such a way that I display three elements of a list in one line and automatically break to the next line and start the fourth one and so on.
So the display would be as below:
SuperUser,SuperEdit,ContentEdit,
Contentviewers,PageOwners,Metadata,
UserAdministrators,BusinessTools,SoftwareTools,
ServicesTools,InformationTech,WebReports
That would prevent the table width from extending too far wide.
Suggestions or solutions welcome. Thanks