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 How to Make a Website Adding Pages to a Website Add a New Page

<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.

Can 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>
jayshi
jayshi
5,950 Points

Like 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
Jay Padzensky
4,731 Points

If 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!

hi, 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.

This 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>

        <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>