-
1
- #1
fireburner69
Programmer
I have a part in my site that I display some information to the public.
I use image ALIGN left so that my text will wrap the image and then if the text is big enough it will continue from the begining of the page.
This is working fine.
After a time ago I tried to but some OrderList next to the image!
And I notice that the numbers or the dots(for <UL>) are hidden by the image!
Has anyone face this ?
I tried some staff but nothing works!
Even tried to search for a solution but this is not working either!
Any ideas?
(You should try it too)
<img src="demo.gif" align="left">
<OL>
<LI>one</LI>
</OL>
Where is the number?? just under the image!!
I use image ALIGN left so that my text will wrap the image and then if the text is big enough it will continue from the begining of the page.
This is working fine.
After a time ago I tried to but some OrderList next to the image!
And I notice that the numbers or the dots(for <UL>) are hidden by the image!
Has anyone face this ?
I tried some staff but nothing works!
Even tried to search for a solution but this is not working either!
Any ideas?
(You should try it too)
<img src="demo.gif" align="left">
<OL>
<LI>one</LI>
</OL>
Where is the number?? just under the image!!