I am trying to position an image at the end of a sentence within a div element. No matter what I try, the image always appears next to the end of my text.
Here is the code I am using:
<div id='xi' class='xc'>Text comes here and can be anything and any length<img src='images/QuestionExpandArrow.jpg' id='QuestionExpandArrow' style='float: right;'></div>
I want the image to appear at the very right edge of the sentence.
Thank you, Jean