Greetings,
I'm having problems with correct rendering of an aligned image and
list items. The following test page demonstrates the issue:
----------clip---clap---clip---clap----------
<html>
<head>
<title>Test Page</title>
</head>
<body>
<img src="aPic.gif" align=left height=200 width=200>
<P>A Paragraph.</P>
<UL>
<LI>A point</LI>
<LI>Another point</LI>
</UL>
</body>
</html>
----------clip---clap---clip---clap----------
When my IE 6 (on Win XP) renders this page, the bullets in the
unordered list sort of "fall into" the image - i.e. they are not
visible and actually are drawn under the picture which is obviously
not intented. Basically the intendation does not work as I expected
with the image on the left side.
Does anyone know if there is a way around this? Is there something
wrong with my approach and is there a better one? This way of aligning
images is easy and works without problems as long as I don't use
lists, so I'd like to use it.
Any suggestions? Thank you in advance.
Saku
I'm having problems with correct rendering of an aligned image and
list items. The following test page demonstrates the issue:
----------clip---clap---clip---clap----------
<html>
<head>
<title>Test Page</title>
</head>
<body>
<img src="aPic.gif" align=left height=200 width=200>
<P>A Paragraph.</P>
<UL>
<LI>A point</LI>
<LI>Another point</LI>
</UL>
</body>
</html>
----------clip---clap---clip---clap----------
When my IE 6 (on Win XP) renders this page, the bullets in the
unordered list sort of "fall into" the image - i.e. they are not
visible and actually are drawn under the picture which is obviously
not intented. Basically the intendation does not work as I expected
with the image on the left side.
Does anyone know if there is a way around this? Is there something
wrong with my approach and is there a better one? This way of aligning
images is easy and works without problems as long as I don't use
lists, so I'd like to use it.
Any suggestions? Thank you in advance.
Saku
Comment