I am using WordPress 3.0.3 along with ThemeHybrid's Hybrid framework and a custom child theme. Everything works fine when posting from within wordpress. But when I use Windows Live Writer the strikethroughs don't show.
I noticed that WLW generates the strikethrough html as:
<p><strike>strike through</strike></p>
and wordpress generates it as:
<span style="text-decoration: line-through;">strike through</span>
Does anyone have any ideas as to why my theme won't display the WLW generated strikethroughs? I woul ask Justin at Theme Hybrid but I'm not a premier member.
The url is activeeggplant.com
Thanks in advance for any help!!!