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

when i refresh my page the picture not going to change so what should i do ?

when i refresh my page the picture not going to change so what should i do ?

Jamaal Burden
Jamaal Burden
9,495 Points

It should save as long as you saved your HTML I don't know what you are talking about specifically but as long as you changed the HTML and saved it. It should show when you refresh the page. more information would help.

Try changing the picture file name and add it inside your HTML code. Then try refreshing the page. It should work.

Robert Leonardi
Robert Leonardi
17,151 Points
  1. Check your source file picture (name, whether the pic exists, extension)
  2. check the file path relative to the html file
  3. check & fix your code img
  4. repeat step 1 to 3 You should get your pic refreshed

The images can sometimes be saved in the browser cache. try a hard refresh

Windows Shortcut Ctrl+F5

Mac Shortcut command + R