This page contains various attempts to prevent linebreak between images. NBSP should work but doesn't; and even if it did work you get an unwanted visible gap. ZWNBSP  should work but doesn't; and even if it did work many browsers would display an unwanted black box. CSS2 does let you control pagebreak, but it appears to miss linebreak.

To see the problem, gradually narrow the window size, and you will see that only #2 works, but it is an awful hack, and the vertical alignment gets dicey. [This is all with IE 5.5.] Anyone have a suggestion for a better better approach?

  1. This is normal 042E043D0439043A043E0434.
  2. This is with nbsp 042E 043D 0439 043A 043E 0434.
  3. This is with zwnbsp 042E043D0439043A043E0434.
  4. This is using an inline table
    042E043D0439043A043E0434.
  5. This is display inline-table 042E043D0439043A043E0434.