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 trialShloime Kahan
4,943 PointsHTML overwriting
I am writing HTML code but it is overwriting the code written afterwards.
Please can someone assist?
Gari Merrifield
9,598 PointsAs 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.
Phil Hobbes
3,879 PointsIf you have an "insert" key on your keyboard, hit it and see if it fixes your problem.
1 Answer
Shloime Kahan
4,943 PointsHi all. I suspect it was an issue with my computer because I restarted workspaces and worked fine after that. Thank you for your replies.
Max S.
4,840 PointsMax S.
4,840 PointsHi, can you please show your code?