I am trying to figure out how to strikethrough certain bits of text. I thought I could make a custom tag:
<style>
strikethrough {text-decoration: line-through;}
</style>
<strikethrough>Ed Mozley</strikethrough>
I want to avoid having to write <font style="text-decoration:line-through;">Ed Mozley</font> if possible.
What is the best way of doing this please?
cheers
Ed
<style>
strikethrough {text-decoration: line-through;}
</style>
<strikethrough>Ed Mozley</strikethrough>
I want to avoid having to write <font style="text-decoration:line-through;">Ed Mozley</font> if possible.
What is the best way of doing this please?
cheers
Ed