Wed, 2012-01-04 11:39
Hello!How can i align <li>
tag with css?( is in a div tag and i want to start from "very" left )Thnx
Wed, 2012-01-04 22:40
#1
Hi MrPandareen, Try this:
Hi MrPandareen,
Try this: http://css.maxdesign.com.au/listutorial/index.htm
Thu, 2012-01-05 21:15
#2
The easiest way to do this is
The easiest way to do this is by removing the padding from the UL tag and the list style.
ul{ list-style: none; padding: 0px; }