gecko-dev/layout/html/tests/block/float.html
kipp%netscape.com 2f392118fc new
1998-12-05 19:13:58 +00:00

29 lines
921 B
HTML

<HTML>
<HEAD>
<STYLE type="text/css">
</STYLE>
</HEAD>
<BODY>
<IMG SRC="raptor.jpg" align=left height=50 border=2>
This is some basic text flowing around a floating image.
This is some basic text flowing around a floating image.
This is some basic text flowing around a floating image.
<BR clear=all>
<BR>
<IMG SRC="raptor.jpg" align=right height=50 border=2>
This is some basic text flowing around a floating image.
This is some basic text flowing around a floating image.
This is some basic text flowing around a floating image.
<BR clear=all>
<BR>
<IMG SRC="raptor.jpg" align=left height=50 border=2>
<IMG SRC="raptor.jpg" align=right height=50 border=2>
This is some basic text flowing between some floating images.
This is some basic text flowing between some floating images.
This is some basic text flowing between some floating images.
<BR clear=all>
</BODY>
</HTML>