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

Linda Duty
Linda Duty
1,266 Points

images showing up as boxes with a bullet next to them.

Ok...I got images to the workspace folder in the web design course stage 2 html content...but after checking numerous times to make sure the code matches Nick's in the video, the images still are boxes next to a bullet. Here is the code for 1 image...the rest do the same thing and are the same. Anyone spotting the incorrect code or problem? Thanks. </header> <section> <ul> <li> <a href="img/IM000245.jpg"> <img src="img/IM000245.jpg" alt=""> <p>Benjy counseling Duckie.</p> </a> </li>

1 Answer

Zach Saul
Zach Saul
11,156 Points

i'd love to help you, but i'd need to see your code! (include it in your post next time) if I had to guess, you just haven't cleared the browser defaults: removing decorations could be an issue, or alternatively making sure that you set the format of your list to 'none' (using the list-style property)