Forum Moderators: not2easy
.homepagelists {display:inline;padding: 0px 0px; margin: 0; font-size:8pt;text-indent:0px}
.homepagelists li{list-style-type: none;}
.homepagelists { padding: 0px; margin: 0px; }
.homepagelists li{ color:#009966; list-style-type: none; font-size:8pt; }
Browsers always add a default value to lists (40px I believe) in order to indent them. Some use margins to indent and some use padding to indent. So, you're right in setting both margins and padding to 0 for your list.