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

CSS

My syntax is messed up. I couldn't figure it out since lesson two.

Tried to post syntax in body, didn't work. I would like to post the code if possible. Explaining it doesn't really help.

Tried to post in comments as well.

5 Answers

Hi Zach,

Look at bottom of the text box for Markdown Cheatsheet; it will explain how to post code. You can also look Here for an example.

Jeff

thx

<section id="primary">    
        <section>
        <h3> General Information</h3>
        <p>This is my first website. If you want me to build yours next, don't hesitate to contact me k?</p>
        </section>
      </div>
      <section id="secondary">
        <h3>Contact and Details</h3>
      <ul class="contact-info">
        <li class="phone"><a href="tele: 324-9076">324-9076</a></li>
        <li class="mail"><a href="mailto:machoman@wrestlemania.com">machoman@wrestlemania.com</a></li>
        <li class="twitter"><a href="http://twitter.com/intent/tweet?/screen_name/horkinhighmer">@horkinhighmer</a></li>
      </ul>
    </section>      
  <footer>
    <nav>  
      <ul>
      <li><a href="http://twitter.com/horkinhighmer><img src="img/twitter-wrap.png" alt="Twitter Logo"></a></li>
      <li><a href="http://facebook.com><img src="img/facebook-wrap.png" alt="Facebook Logo"></a></li>  
      </ul>
    <p>&copy; 2014 Zack Coulter.</p>
      </nav>
    </footer>
    </body>
    its the``` </div> ``` and the anchors for the twitter and facebook links that im having trouble with.

Zach,

Is this a code challenge problem? A problem following along with the video? Are you using Workspaces? Are the images not showing up? What exactly is the problem? Looking at your code there is no div associated with the links. If you could, please submit all of the code and the exact problem you are having.

Jeff

Well, I'm not sure what the problem is you're trying to fix, but you're missing a closing section tag, and you have a closing div tag that doesn't have an opening tag.

i fixed it already, thx for the reply though.