Hello
I am trying to add strike through text in a card pricing table but see it is not supported in the text formatting.
I tried using html in the card <del> and <s> but that does not show either, is there a way to add strike through text in cards.
Thank you
Strike through Text in Cards
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 181
- Joined: Thu Jul 16, 2009 4:13 pm
- Contact:
- Pablo
- Posts: 23612
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Strike through Text in Cards
In HTML you can use:
Note that you must include the font-size otherwise the height will be zero.
Code: Select all
<span style="color:#000000;font-family:Arial;font-size:13px;"><s>strike through text</s></span>
-
-
- Posts: 181
- Joined: Thu Jul 16, 2009 4:13 pm
- Contact:
Re: Strike through Text in Cards
Thank you very much for this