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

Can I create this idea with HTML CSS?

Is there a way to split the website in half so when you click a link the entire page doesnt reload only half?

would that be html 4.0 frameset?

2 Answers

Honestly Bartlomiej, I'm fairly new to Web, but the more I've grown these last few months, the more difficult I've found out how simple seeming things are to program. I think if you wanted to do it the best most sustainable way, you would probably need to learn a framework for Javascript like - React, Express or something of that nature.

However, what are saying is possible, you would just need to take the code from the page that the person clicks the link on and duplicate the half a new page and have for the other half the new content you want to load. I hope this helped give you a doable solution. Try loading a new html page when they click, hard of it being the same as the one side although I know it would be more convenient to load only half.

yeah I think thats the best way >< not sure what i was thinking thank you

That's okay. It's always good to reach out ask people. I understand because I have awesome ideas that are currently beyond simple technology. Keep working at it, maybe you'll find a better way to do it and things like it the more you grow.