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 Styling Web Pages and Navigation Style the Portfolio

Joey Wheeler
Joey Wheeler
2,730 Points

Footer wrapping with the images

when I add the <ul id="gallery"> to my html.doc, my Twitter and Facebook icons appear on the top right side of my browser along with the footer text.

Billy Bellchambers
Billy Bellchambers
21,689 Points

Joey try sharing your code by creating a snapshot (icon top right in workspaces) and sharing the link.

or copy and pasting it into your question using the Markdown Cheatsheet instructions at bottom of this page.

Like so:

          ```html
          <p>This is code!</p>
          ```

3 Answers

Meg Matty
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Meg Matty
Front End Web Development Techdegree Graduate 22,928 Points

It sounds like maybe they are displaying as inline and you want them to display as either inline-block or block? Not sure without the code to see.

Joey Wheeler
Joey Wheeler
2,730 Points

I was missing a semicolon. Doh!

i have the same prob