Strikethrough style

I would like to know if and how it is possible to use a Strikethrough style for a few letters, or numbers in my case.

I have found this topic, but still don’t get how to do it.

You could try HTML <s> tags, formerly <strike> tags:
https://www.w3schools.com/tags/tag_strike.asp

Type <s> where you want the strike through to start and </s> where you want it to end.

Example:

RapidWeaver is an <s>awesome</s> excellent tool for building websites.

Which will give you:

RapidWeaver is an awesome excellent tool for building websites.

2 Likes

Thanks a lot Will, it works perfectly!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.