Top "Text" questions

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

Align text to the bottom of a div

I tried to align my text to the bottom of a div from other posts and answers in Stack Overflow …

css html text vertical-alignment
How to replace an entire line in a text file by line number

I have a situation where I want a bash script to replace an entire line in a file. The line …

bash text replace sed
How to place a text next to the picture?

I want to place 2 pictures, one on top of the page and the other right below it. Then, I want …

html css image text paragraph
Append text to input field

I need to append some text to an input field...

jquery text append
How do I set the colour of a label (coloured text) in Java?

How do I set the color of the text of a label? myLabel.setText("Text Color: Red"); myLabel.??? Can I …

java text colors label fonts
Remove blank lines with grep

I tried grep -v '^$' in Linux and that didn't work. This file came from a Windows file system.

text terminal grep newline
How do I append text to a file?

What is the easiest way to append text to a file in Linux? I had a look at this question, …

linux file text file-io append
Text on image mouseover?

I am trying to get a small box to appear on the bottom-left side of an image when a mouse …

css image text mouseover
How to extract text from a PDF?

Can anyone recommend a library/API for extracting the text and images from a PDF? We need to be able …

pdf text ghostscript extraction text-extraction
Difference between VARCHAR and TEXT in MySQL

When we create a table in MySQL with a VARCHAR column, we have to set the length for it. But …

mysql text varchar