How do you add text stying/CSS?
-
I am trying to replicate the old strikethough/s element via CSS and this is all I have found on how to do that:
I add this to the CSS customize window:
.struck {
text-decoration: line-through;
}and wrap the text thusly:
<span class="struck;">the text I want struck out</span>But what I get is the style info in the text as if it was never parsed by the renderer.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How do you add text stying/CSS?’ is closed to new replies.