I have a span tag in my content with some text in it and it has some basic inline style.
When I copy the text and paste it in Sparrow or Gmail the css applied to the span tag gets copied as well.
Is there a way I can prevent this from happening.
I am using Windows 7 but this happens on the Mac as well
The line that I am copying has the following HTML
<span style="display:inline-block;background:#f5f5f5; padding:2px;"> My text goes here </span>