I have a Web page which displays a large table. Each row of the table has lots of text in it, which means the user has to scroll through a lot of text to find what they're looking for.
I want to show just the first 10 words of each row, and when the user wants to read more then they just need to click on the text to expand it. How can this be done with HTML / CSS?
I've seen it on the Microsoft site and on other sites. What's the simplest way that this can be done?
Thx for your help,
May
I want to show just the first 10 words of each row, and when the user wants to read more then they just need to click on the text to expand it. How can this be done with HTML / CSS?
I've seen it on the Microsoft site and on other sites. What's the simplest way that this can be done?
Thx for your help,
May