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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications Image Tags

Joscelyn Rieser
Joscelyn Rieser
2,197 Points

Some things in my code are not working through the Work Spaces when previewing my page.

Hey so I am using Chrome and it is not letting some things happen I think. Like when I am previewing my page the hover settings are not being recognized or used and when I refresh the page the random image generator is not generating a new image. It is just staying the same.

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

Hi Jocelyn,

If this was me, I'd first make sure I'd saved the workspace to be sure it's the absolute up to date version of the work. Then, if there's previous tab of the preview, close that then open it again and see if it works then.

What I'd do next is look at the console in Chrome Dev Tools. If you don't know how to do this use CTRL/CMD + J on your keyboard to see if there are any scary looking messages that come up. You can look at the "console" tab to check it out.

Beyond this, I'm afraid I'd have to look closer at the code to check it out.

You can fork the workspace or post the code here to do that. If you want to post code, into the forum checkout the markdown cheatsheet for formatting HTML, CSS and other types of code. This';ll just help us look at your code better. Thanks :)