Hello. I have the html page where textual article title is followed by an image. When the title is big enough some part of it goes to newline together with the image. But sometimes the textual title fits the page, but only without image, so the image goes to newline. How to glue the image with the last word of the title, so that image will go to the new line only with the part of text?
The current HTML markup:
<div class="title">
<a href="link to the article">Article title goes here...</a><img src="/pics/.gif"/>