Tagged Questions
2
votes
1answer
176 views
Long content in Tables
What is the best way maximize readability when displaying variations of long/short text within table?
22
votes
11answers
2k views
Should a full-sentence HTML link include the period in the linked text?
In HTML, if a full sentence is used for a link, should its terminal punctuation (i.e., period) be included in the linked text?
Consider these two examples:
<a href="about:blank">Watch the ...
8
votes
5answers
2k views
Modern approach to textarea (or alternatives)
For a simple text editor for longer articles I am looking for advice and inspiration on programming/designing a minimalistic and modern textarea (which does not necessarily have to use the tag) ...
4
votes
3answers
343 views
Emails in plain text or HTML?
When communicating with customers, is it better to send emails in plain text or html formats?
Each has different strengths and weaknesses, but the question of which is better still remains. Which ...
3
votes
3answers
432 views
how to display long text on mobile website
I trying to display a 2 page long page in a mobile website, i tried text area option but the scroll bars are not getting displayed in iphone mobile web. What are the ways you can think of for ...