Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Creating HTML Content Include External CSS

I'm Struggling to get rid of the points that are next to my images and broken links

In the vid "Include External CSS" - after I've followed everything Nick has told me to do, I still end up with the same results. The result of having points still right by my images and broken links when in reality they should be gone by now. They should've been gone because when Nick coded the "css/normalize.css" line - and refreshed the page, they were gone. Meanwhile, mine are still there. Some please advice me.

2 Answers

Ben Anggoro
Ben Anggoro
36,161 Points

Hi, I can't remember the way it was on the video, but I remember having the same issue on any treehouse lesson when I follow videos 100%. You just need to make sure the links you put are correct ones based on your files (don't just trust and copy exactly what Nick types cause sometime whats on the video and the provided source file are not exactly relevant).

But in general, to remove the bullets (points that are next to your images) is

`ul {
     list-style:none;
}

And about the broken links, you just need to check how it is the file structure on your local machine.

Hope it helps Ben

haha thanks bro, I just decide to delete everything on my index.html and css files. Im going to start from the bottom again lol :D

Ben Anggoro
Ben Anggoro
36,161 Points

Yep... use the videos as the reference only. If you follow and trust 100% then you have it. Sorry, no offence Nick. And Zac. And Andrew. And Randy... Lol