My url is http://216.188.144.4/mental_health.php
I have a closed quote, which is an image at the end of each italicized paragraph.
The img is a span, inside a div.
How can I make the img align so that it doesnt create a space between the second to last and last lines in the paragraph.
I need it to come at the end of each italicized paragraph, after the last word.
Here's the code:
<div class="italic">
It was hard coming to Pesach Tikvah at first, as I was afraid people would see me coming and going. But I am getting so much help from my therapist and psychiatristthat I now feel comfortable coming, and actually look forward to my appointment. I would never have made it without them. The respectful, yet warm, family-like atmosphere makes it so much easier for me to get the help I need.
<span class="close"><img src="images/detail_quotegreenclosed.jpg" width="30" height="30" border="0" alt="Continuing Day Treatment Program" /></span>
</div>