Does anyone know how to get a jpg image along side your text in a contentpanel? For example, I currently have a contentpanel using text or html for my content. I want the contentpanel to display my text and then an image next to it. I'm able to get the image on another line but I want the image on the same line as the text. Like this:

Tee Lew (jpg image here)



This is what I have in the html box now:

<font size='12'>Cancun, Mexico Vacation - October 25th - 30th</font>
<IMG SRC="myImage.jpg" WIDTH="41" HEIGHT="41" BORDER="0">

Cancun, Mexico Vacation
(image is here)