Tagged Questions
9
votes
10answers
315 views
Is it better to represent simple labeled information as table or just text with subheadings?
I'm redesigning a website that has some simple information presented as a table like this:
download bmml source – Wireframes created with Balsamiq Mockups
I read yet the again the Label ...
6
votes
5answers
175 views
Best way to represent null and empty data in an excel file
We have an application that allows users to design their own forms and export the data to excel. One problem is the representation of null or empty data. There are two scenarios that we need to ...
2
votes
5answers
111 views
Table head labels should be bigger?
One of my clients is asking me to make column head labels bigger, but i prefer them smaller but bold and lighter. which one should be the better? bigger and bolder headings for each column? or smaller ...
3
votes
1answer
364 views
HTML table cell wrapping issue
One of the problems in a tabular representation of data, is text wrapping inside cells. There are some options available, like:
Fixing the width of the columns, and enlarging the rows height to ...