Strike through Text in Cards

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
mlsto
 
 
Posts: 170
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Strike through Text in Cards

Post by mlsto »

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
User avatar
Pablo
 
Posts: 23450
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Strike through Text in Cards

Post by Pablo »

In HTML you can use:

Code: Select all

<span style="color:#000000;font-family:Arial;font-size:13px;"><s>strike through text</s></span>
Note that you must include the font-size otherwise the height will be zero.
mlsto
 
 
Posts: 170
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Re: Strike through Text in Cards

Post by mlsto »

Thank you very much for this
Post Reply