Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Andreas Holm
314 PointsWhy is the UL showing like this??
Hey, i have my UL with 5 li's in it. The problem is, that there is a little box on the left of the li's, that i can't remove. Forefox says it's the UL, but i have margins and padding to 0.. With this box, that i have never seen appear before with the use of an UL, i sipmly don't know how to remove it... It is dislocating my li's, pushing them more to the right, because it is taking up space... How do i remve it??
1 Answer

Ken Alger
Treehouse TeacherAndreas;
Welcome to Treehouse!
Have you tried:
ul {
list-style-type: none;
}
Post back if you are still stuck.
Happy coding,
Ken
Andreas Holm
314 PointsAndreas Holm
314 PointsThank you Ken!
But it didn't seem to be the problem :) I think i have solved the issue now. There seems to be a difference to "none" and "0px"... I am new to coding, so i don't have all the knowledge yet :) But thank you, and g'day to you :)
Ken Alger
Treehouse TeacherKen Alger
Treehouse TeacherAndreas;
Sorry my solution wasn't exactly what you were after. In the future if you post the code (or a link to it) of the code you are using it will greatly help the troubleshooting process.
Pleased it all worked out.
Happy coding,
Ken