Posted by dorayme on 04/11/06 02:03
In article
<1144708952.165018.322390@z34g2000cwc.googlegroups.com>,
"ComputerSnack" <praegerk@yahoo.com> wrote:
> 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
Put this in the head of your doc between <head> and </head>
<style type="text/css" title="text/css">
img {margin-right: 20px}
</style>
Try different px figures to suit... to get you all excited and
tempt you to read up on how to style things with css.
--
dorayme
Navigation:
[Reply to this message]
|