Top "Text" questions

Text is a sequence of characters that is most often used to represent a cohesive piece of information.

How do I center text vertically and horizontally in Flutter?

I'd like to know how to center the contents a Text widget vertically and horizontally in Flutter. I only know …

user-interface text widget alignment flutter
How to center a <p> element inside a <div> container?

I want my <p> element to be at the center of a container <div>, as in …

html css text centering
What are the differences between the BLOB and TEXT datatypes in MySQL?

What is blob and what is text? What are the differences? When do I need to use blob and when …

mysql database text blob
change text of button and disable button in iOS

How do you change the text of the button and disable a button in iOS?

ios button text
Soft hyphen in HTML (<wbr> vs. &shy;)

How do you solve the problem with soft hyphens on your web pages? In a text there can be long …

html text soft-hyphen wbr
Truncating long strings with CSS: feasible yet?

Is there any good way of truncating text with plain HTML and CSS, so that dynamic content can fit in …

css text layout cross-browser truncate
Android EditText view Floating Hint in Material Design

Does API 21 provide a method to use the following feature: http://www.google.com/design/spec/components/text-fields.html#text-fields-floating-labels …

android text edit hint
Auto line-wrapping in SVG text

I would like to display a <text> in SVG what would auto-line-wrap to the container <rect> …

xml text svg word-wrap
Changing the highlight color when selecting text in an HTML text input

I've been looking for this throughout the web and can't even find anyone else even asking this, let alone a …

html css text input highlight
Underline text in UIlabel

How can I underline a text that could be multiple lines of string? I find some people suggest UIWebView, but …

ios text uikit uilabel underline