fix logic
[personal-kdelibs.git] / khtml / test / align.html
blobab663bf42c71bdd89c2e22116db162264dd8af4f
1 <HTML>
2 <HEAD>
3 <TITLE>Left Aligned Image</TITLE>
4 </HEAD>
5 <BODY>
6 <IMG SRC="nav_bar.gif" height=100 width=200 ALIGN=left border=1>
7 The image on this page should be left aligned. Especially the list which
8 follows this text should be laid out correctly. Bla bla bla
9 This is just some text which you can safely ignore. This is just some
10 text which you can safely ignore. This is just some text which you can
11 safely ignore. This is just some text which you can safely ignore.
12 <br>
13 <ul>
14 <li> an item
15 <li> This is a very long line which really should be placed on the right
16 place despite it's very long length.
17 <li> another item.
18 </ul>
19 This is some text placed after the list
20 </body>
21 </html>