Add strikethrough options to the the sentences
Hi
We really need this format! Especially when describing some detail in a case
Shaoqian
-
Me, too! I've tried both the HTML code STRIKE and the CSS text-decoration: line-through. Neither render in the published page, but BOTH display in the editor inside the Guide.
-
The <strike> tag is deprecated (no longer supported) in HTML5.
Used the <del> tag successfully.
This HTML source code;
<p><del>This text is deleted.</del></p>
renders properly
Please sign in to leave a comment.
2 Comments