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 Adding Pages to a Website Add Iconography

rajbee
rajbee
6,657 Points

No images for contact info

I don't see any images for contact info list items in chrome 41 for linux, despite creating the contact-info list and the css for the list. How do I share my code to show you the problem ?

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,860 Points

Hi Raj,

To share your work from workspaces, in the top right hand corner there will be an icon that if you hover over say "snapshot workspace" (it looks like an old style camera icon. This will give you a link that allows you to share your work.

You can also copy & paste the code into surrounding 3 back ticks:

Wrap your code with 3 backticks (```) on the line before and after. 
If you specify the language after the first set of backticks, that'll help us with syntax highlighting.

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

Just make sure there is a space between your last line of typing and the opening back ticks.

Hope this helps you so we may be able to help. :)