File indexing completed on 2024-05-12 15:40:06

0001 <HTML>
0002 <HEAD>
0003    <TITLE>Left Aligned Image</TITLE>
0004 </HEAD>
0005 <BODY>
0006 <IMG SRC="nav_bar.gif" height=100 width=200 ALIGN=right border=1>
0007 The image on this page should be left aligned. Especially the list which
0008 follows this text should be laid out correctly. Bla bla bla
0009 This is just some text which you can safely ignore. This is just some 
0010 text which you can safely ignore. This is just some text which you can 
0011 safely ignore. This is just some text which you can safely ignore. 
0012 <br>
0013 <ul>
0014 <li> an item
0015 <li> This is a very long line which really should be placed on the right 
0016 place despite it's very long length.
0017 <li> another item. 
0018 </ul>
0019 This is some text placed after the list
0020 </body>
0021 </html>