|
I was having that same problem....I was wanting to make it easier to format text using CSS like:
<p class="whatever"></p> then change the text in mid paragraph...but you have to </p> and start a new <p class="different"> and you get those friggin spaces.
Haven't tried <span>...I will have to keep that in mind.
|