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

CSS Bootstrap 4 Basics (Retired) Using Bootstrap Components Displaying Content with Cards

Christopher Parke
Christopher Parke
21,978 Points

Can't tell what divs are what. Need improvements to workspaces.

Just wanted to suggest that in workspaces we get what most other text editors have, which is when you double click a tag it will show you the related tag. Got to the end of this one and had divs just all over the place with all the cut and pasting going on. Gonna have to start over its so messed up lol. If I could double click and see what relates it would be much easier to fix.

Christopher Parke:

It helps to align your <div></div> tags vertically (or any other HTML element tags) to make sure they are paired correctly. Think stairsteps style.

Be careful how you copy/paste or cut/paste. It also helps when you select all the code you just copied/pasted, indent it properly simultaneously as is shown in the videos. It saves you effort.

Jonathan Kuhl
Jonathan Kuhl
26,133 Points

Sublime underlines both tags when you click on the opening or closing tag. Workspaces could really use this feature.

Jonathan Kuhl:

Sublime is a text editor that Treehouse uses on their Mac OS X systems.