[thelist] <ul>

Razvan Pop razvan at cpea.ro
Mon Sep 6 01:49:59 CDT 2004


Casey Crookston wrote:

>When using ul's, is it possible to regulate the space that appears above and
>to the left of the list?  I don't like how far down and to the right it
>forces text.
>
>  
>
Yes you can using CSS.
ul {
    margin: 0;
    padding: 0;
}

and

li {
    margin: 0;
    padding: 0;
}

In you case:

ul, li {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}

Regards,
          Razvan

>Thanks!
>
>
>  
>


-- 
razvan pop
http://razvan.cpea.ro

Afaceri, Plan de afaceri, Consultanta afaceri
http://www.insoft.ro/afaceri



More information about the thelist mailing list