Quote:
Originally Posted by Darkland
Worked for me...
|
sigh.. had to open the dreamweaver
you're right but padding gets rid of the "indentation" while margin gets rid of the space between the ul and the li
so to get rid of all space it would be
Code:
<ul style="margin: 0; padding: 0;">
<li>knklnlkn</li>
<li>lknlonln</li>
</ul>
no css expert necessary
