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.
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.
Thanks a lot Will, it works perfectly!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.