Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

setting the float style on an image makes the bullet disappear

0 views
Skip to first unread message

Manish

unread,
Aug 20, 2003, 7:05:14 PM8/20/03
to
In the following html listing the bullets does not appear
for the unordered list. Once the "float" style is removed
from the image the bullets appear again. Is there a way to
fix this?


<html>
<img src="test.gif" style="float:left;"/>
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
</html>

0 new messages