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 trialLeslie Balan
2,747 Points<h3>About</h3> won't appear on the website after saving and refreshing the code.
<h3>About</h3> won't appear on the website after saving and refreshing the code.
jayshi
5,950 PointsLike what Alex mentioned, we need your code to help you.
I think the problem might be that you didnt include <html></html>
, or usedisplay:none
. Or something in Javascript
Jay
2 Answers
Jay Padzensky
4,731 PointsIf you can't see any changes on your preview after editing your text inputs, please feel free to email Support at help@teamtreehouse.com with your OS, browser versions, and a URL to your Workspace text editor so we can attempt to replicate the issue. Thanks!
Leslie Balan
2,747 Pointshi, my browser is Chrome and I am on treehouse workspace editor, I followed the instructions, but for some reason, both the general information and about texts on about page won't appear. Every time I use h3 on my code the word won't come out.
Leslie Balan
2,747 PointsThis is the part of the codes that causing me the problem: <section> <img src="img/DadAiva.jpg" alt="photograph of Leslie Balan" Class="profile-photo"> <h3> About </h3> <p>Hi, I'm Leslie Balan, I currently studying how to make website with Team Treehouse and I am enjoying it. now I am able to understand how html and css work together to build a website. I cant wait to learn Javascript so to make my own website look more awesome!!</p> <p> If you'd like to follow me on facebook my facebook name is <a href="http://facebook.com/lesliebalan">lesliebalan</a>.</p> </section>
Leslie Balan
2,747 Points <img src="img/DadAiva.jpg" alt="photograph of Leslie Balan" Class="profile-photo">
<h3> About </h3>
<p>Hi, I'm Leslie Balan, I currently studying how to make website with Team Treehouse and I am enjoying it. now I am able to understand how html and css work together to build a website. I cant wait to learn Javascript so to make my own website look more awesome!!</p>
<p> If you'd like to follow me on facebook my facebook name is <a href="http://facebook.com/lesliebalan">lesliebalan</a>.</p>
</section>
Alexander Davison
65,469 PointsAlexander Davison
65,469 PointsCan you please provide you code?
Note:
Please provide formatting by putting ```html and ``` around your code:
```html
<h1>A test program</h1>
```
The thing above will turn into:
<h1>A test program</h1>