<ul>

Hi.

I have checked around on the HTML reference and also on the CSS reference
page.
And I didn't find anything that would do the thing I'm thinking about.

I would like to change the length each <ul> makes.

So that there wouldn't so far between

<ul>
    <li>Hello
    <ul>
        <li>World
    </ul>
</ul>

This simple piece of code would first type Hello and then jump pretty
far in on the next line and type World. I would like to see this jump a
little
smaller.

Know anything in the html standard that supports these kinds of problems?

regards

Daniel

Received on Thursday, 19 September 2002 01:08:06 UTC