Line through mistakes - how to do
I've been searching past answers for how to get the line through mistakes that have been corrected. I see people do it all the time. I thought someone posted how to do that, but I can't find it. Would someone please tell me? Or help me find a previous post?
5 Answers
Here's what your markings should look like:
Sample sentence with one < s>strikethrough< /s> word.
Sample sentence with one
strikethroughword.
I had to add a blank after the "less-than" sign, to allow the markers to display. The actual markers have no blank characters anywhere.
I hope that's clear!
I had to add a blank after the "less-than" sign, to allow the markers to display.
You can get around this if you use escape sequences, such as the backslash
\< ? <
or html escape codes
< ? <
> ? >
and nesting them within tick marks
<s> </s> ? <s> </s>
Be careful though. If you go back in and try to edit the html escape codes, the text editor will convert them to html markup code and you will have to retype each escape sequence.
(For some reason, the back ticks are not showing up in the text box, but you can find them on the key directly to the left of the #1 key on a standard keyboard set to US English configuration)
This looked like a good place to try this. Hey it works! Thanks and Buena suerte.