Quote:
Originally Posted by Spangle
This is the HTML replacement I'm using for the strike out BBCode :
<span style="text-decoration: line-through">"{param}"</span>
l
|
Do not put the quotes around the {param} ...
But, then your code should have worked. Tested just in case. v4.2.0, v4.2.1
Tried this:
HTML Code:
<span style="text-decoration:line-through">{param}</span>
Tested on latest Google and Firefox.