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

Shloime Kahan
Shloime Kahan
4,943 Points

HTML overwriting

I am writing HTML code but it is overwriting the code written afterwards.

Please can someone assist?

Hi, can you please show your code?

Gari Merrifield
Gari Merrifield
9,597 Points

As Makhan is pointing out, you really need to show your code if you want specific help.

My suspicion, however, is that you may have some CSS layout, like a Grid, that you have not positioned your content with correctly. Or you have taken things out of the "Flow" with Absolute or Fixed positioning, and they are just stacking.

If you have an "insert" key on your keyboard, hit it and see if it fixes your problem.

1 Answer

Shloime Kahan
Shloime Kahan
4,943 Points

Hi all. I suspect it was an issue with my computer because I restarted workspaces and worked fine after that. Thank you for your replies.