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 Treehouse Club: CSS My First Web Page Introduction to My First Web Page

can't make changes

cant change border color ,title photo and if by chance i have made a change and it worked then its sure that the next time it wouldn't work

https://teamtreehouse.com/library/treehouse-club-css/my-first-web-page/introduction-to-my-first-web-page

Adilson Adao Capaia
Adilson Adao Capaia
15,440 Points

you have to be careful with the CSS rules. tray this ,

/* for border image */ img { border: 5px solid #558; }

/* for the title. in the html file on the title paragraph write a class called title. exemple <p class=" title"> this my image </p> . */

.title { color: tomato; }

1 Answer

Aaron Loften
Aaron Loften
12,464 Points

I'm a little confused, but may have your answer.

So, first.... I'm assuming you're using the treehouse workspaces editor.

If this is the case, sometimes, you literally have to close the browser, open a fresh browser window(if your browser continues where you left off, it may possibly have saved your session, repeat this process but you'll have to open a new tab and close all the treehouse tabs before closing the browser).

Go ahead and try to reload.

Workspaces is pretty awesome. It does have this major flaw but its unpredictable sometimes.

Caching is weird, and sometimes your browser will just....not function as expected. I don't know why this happens, but I don't care to know since the fix is pretty easy.

If this does not fix this, can you please show code and/or link to the page you are creating/editing? I took a random stab in the dark but this doesnt work well without code or a living example.

^^>> Make sure you add those to future questions so you can get the answers you desire.

:)