|
Posted by Jedi Fans on 07/31/05 02:12
Al Camp wrote:
> Jedi,
> I guess I spoke too soon. I tried your css suggestion, but the <ul>
> still paragraphs before the list. If I might impose on you further...
> I entered this in my css style file... (copying the convention I see in
> there)
> .ul {
> display:inline;
> list-style-type: circle;
> }
> Then I have this code in my page...
> <ul>
> <li>Some text</li>
> </ul>
> but, the paragraph still appears.
>
> Am I doing something wrong?
>
> Thanks,
> Al Camp
>
>
try adding margin:0;padding:0; to the ul too ;)
Navigation:
[Reply to this message]
|