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

Bare Farah
553 PointsCan you please tell me whats wrong with my code why isnt my css changing howthe wensite looks
How do I upload my code on here so people can see it and tell me whats wrong with it so I could fix it .
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bare Farah | Coding</title> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> </head> <body> <header> <a href="index.html"> <h1>Bare Farah</h1> <h2>Coding</h2> </a> <nav> <ul> <li><a href="index.html">Portfolio</a></li> <li><a href="About.html">About</a></li> <li><a href="Contact.html">Contact</a></li> </ul> </nav> </header> <section> <ul> <li> <a href="img/numbers-01.jpg"> <img src="img/numbers-01.jpg" alt=""> <p>Expermentation with colour and texture.</p> </a> </li> <li> <a href="img/numbers-02.jpg"> <img src="img/numbers-02.jpg" alt=""> <p>playing with blending modes in photoshop.</p> </a> </li> <li> <a href="img/numbers-06.jpg"> <img src="img/numbers-06.jpg" alt=""> <p>Tring to create 80's style of glows.</p> </a> </li> <li> <a href="img/numbers-09.jpg"> <img src="img/numbers-09.jpg" alt=""> <p>Drips createdusing photoshop brushes.</p> </a> </li> <li> <a href="img/numbers-12.jpg"> <img src="img/numbers-12.jpg" alt=""> <p>Creating shapes using repetition.</p> </a> </li> </ul> </section> <footer> <a href="http://twitter.com/barry_farah"><img src="img/twitter-wrap.png" alt="Twitter Logo"></a> <a href="http://facebook.com/barry farah"><img src="img/facebook-wrap.png" alt="FaceBook Logo"></a> <p>Ā© 2015 Bare Farah.</p> </footer> </body> </html>
(css) a { text-decoration:none; }
3 Answers

MUZ140348 Sympathy Makururu
10,209 PointsHi Bare Farah.
You simply click the get help selection button and copy your question on top of the opened space and below that copy your code by clicking compose on the lower right corner of that space. Hope it help.

tate
13,435 PointsYou can upload it to http://jsfiddle.net/

Bare Farah
553 PointsNo I mean how can I upload it here for people to see the mistake I made and get tips to fix it

MUZ140348 Sympathy Makururu
10,209 PointsHi Bare
can you post your code with the question in challenge. its not clear without the challenge question.

Bare Farah
553 PointsIts not a challenge its my code to change texts that are highlighed. aswell i tryed to change background colour. but it doent change. the colour or the highlighed texted
Bare Farah
553 PointsBare Farah
553 Pointsthanks its done can you see my mistake why isnt my css code working