Posted by ComputerSnack on 04/11/06 01:42
I am having a problem with bullets overlapping an image when it is
aligned to the left of the text. See my HTML example below. I would
expect the bullets to be indented starting at the right edge of the
image, but this does not happen. Any ideas?
<img height="156" src="soccer.jpg" width="200" align="left"
alt="Youth Playing Soccer"><font color="#006633"><b>Sports
Programs</b></font></p>
<ul>
<li>Little Tots Sports for ages 3-4</li>
<li>Pee Wee Sports for ages 5-7</li>
<li>Youth Sports for ages 8-11</li>
<li>Teen Sports for ages 11-14</li>
<li>Skyhawks Sports programs.</li>
</ul>
Thanks,
Kevin
[Back to original message]
|