Zero-width non-breaking space

onellabah

New Member
I have a piece of text and at the end I want to insert two icons.\[code\]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmodtempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris <img ...><img ...>\[/code\]I want to keep the two images joined and if an image overflows both should go to the new line, so what I need is something like a \[code\]&nbsp;\[/code\] but with zero width.Is there an html entity to do that or another way to archieve this without using a wrapper?
 
Top