HTML - non-breaking space between text and image

anosim

New Member
So I have a menu where each (multiline) item has an image rightarrow.png right after the last word of the menu item. The problem is sometimes this arrow goes into a newline by itself, and I want to stop that from happening. I tried\[code\]Blah blah&nbsp;<img src="http://stackoverflow.com/questions/13814592/rightarrow.png" />\[/code\]but still in some cases it looks like\[code\]Blah blah>\[/code\]It's driving me crazy.
 
Back
Top