fix logic
[personal-kdelibs.git] / khtml / test / align1.html
blobf288b52ef274ae269b5160ad1b5214b4fbcda088
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=right 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>