You may want to check if strikethrough is allowed in the allowed html
for either users or admins. It's in config.php again under
$_CONF['user_html'] and $_CONF['admin_html']. You will need to add a
line like this
'strike' => array(),
in one of those settings.
TechFan wrote:
Any idea why strikethrough doesn't show up in htmlarea boxes?