Text Format
Is there a way to use the text formatter that will display text with a line striking through the text?
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Will Duncan on 03 Sep, 2008 06:51 PM
You can wrap your text in < del > html tag (no spaces)
This text would be struck2 Posted by Joe Goldwasser on 05 Sep, 2008 04:33 PM
Thanks, I was using strike html tag, but del is shorter :)