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

Adding Spacers

How do I add more space on my website? I've tried inserting blank paragraphs, but they are not inserted.

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,862 Points

First off Andrew, thank you for making me smile with your reply to whomever that is... Be assured that his posts are being deleted and has been reported to Support and the Forum Coordinator.

Second, I'm not sure by what you mean by 'space'. if you want to add line breaks (like a hard return), you can use

<br>

Hope that helps. :)

Yep, that was what I was looking for!

Thank you, for both things!