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

Development Tools

Brian Bush
Brian Bush
4,398 Points

html showing

I am currently working on the database foundation in dev tools. During the quizzes, the html is showing where it sholdnt be. I am sure its a little bug but wanted you guys to know so it can be fixed.

(ex.)

p>Rename in one SQL statment both the &quo t;t<em>movie&q uot; table to & quot;movies&qu ot; and the & quot;t</e m>actor&q uot; table to &q uot;actors&qu ot;./p>

James Barnett
James Barnett
39,199 Points

Do you have a link to an example?

Brian Bush
Brian Bush
4,398 Points

I believe it was corrected as the html is not showing anymore or else I would provide a link

1 Answer

Brian Bush
Brian Bush
4,398 Points

had to add some spaces and delete a couple < for it to show

James Barnett
James Barnett
39,199 Points

The forum uses markdown to correctly format code, check out this thread on how to type code in the forum for some examples.