Regarding web design, there are two options:
1. By using CSS: text-decoration:line-through
2. By using HTML: <strike></strike>
<s> put your writing in here </s> hope this helped :)
a line through a section of text
To put a line under some text.To put a line under some text.To put a line under some text.To put a line under some text.To put a line under some text.To put a line under some text.To put a line under some text.To put a line under some text.To put a line under some text.To put a line under some text.To put a line under some text.
A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.A border is a heavy line that can be put around text or tables. It can be like a box or can have less than 4 lines. It can be put on any side of text.
I'm pretty sure it's when you text a land line which is what house phones run through.
I might put kisses in the text at the end.
Probably the best way is to go in and draw a line where you want it. You can then group the text box with the line so if you move the box, the line will move with it. If you edit the text, though, the line will not move with your 'over-bar' text.
This is text that has a line drawn through it. Like so: Strikethrough
There are several ways of doing so. You can drag across it. You can click at the start of the line. You can put the cursor at the start of the line and then press Shift - End.
If you have text that is too wide to go into a cell, you can either widen the cell or set it to wrap text. Wrap text will put the text onto a second line within the one cell and make the cell higher in order to fit all the text within the cell.
You can get the block of text and then split it by line and put it into an array. You can then iterate through the array of strings to edit each line e.g: String multiline_string; String[] string_array; multiline_string.split("\n"); foreach(string line in multiline_string) { console.writeline(line); }
If you press it while in the middle of text on one line, it will move the rest of the text onto the next line, so there will be no gap between them. So Enter will move text down one line. However, with paragraph formatting applying, a full blank line will appear between the text. So to put text on the immediate next line, you would now use Shift-Enter.