Before I display my image with an H3 tag, I didn't use any break statements. However, the two tags are appearing on separate lines when I view it in the browser. Is there a CSS trick I can use to solve this issue, or perhaps an easier tag attribute that will keep the elements on the same line?
Thank you in advance!
------------------------------- update ----------------------------------------------
While the previous responses have been helpful, it's not quite what I had in mind. If you refer to the screenshot, you'll see my desired layout (I apologize for not being clear initially)...
Even when using the techniques suggested above, you'll notice that the H3 tag is not centered in the middle of the image. My goal is to have the H3 tag float right in the middle of the image.