I tried entering <s>Link Category</s> and <del>Link Category</del> and they just come up showing the tags. Is there any way to get the strikethrough to work?
Any response would be appreciated.
I tried entering <s>Link Category</s> and <del>Link Category</del> and they just come up showing the tags. Is there any way to get the strikethrough to work?
Any response would be appreciated.
yes style them that way in your CSS
.link-here {text-decoration: line-through;}
Thanks but I just want it for a word in the middle of the category name, not all of it i.e. This is a <s>new</s> old link.
I tried using CSS as above and it still shows any code inserted within the category name.
then you need a class assigned to the specific word(s)
this is an <p class="strike">old</p> link
This topic has been closed to new replies.