• 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • yes style them that way in your CSS

    .link-here {text-decoration: line-through;}

    Thread Starter ejone

    (@ejone)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘StrikeThrough in Blogroll (Links and Categories)’ is closed to new replies.