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

How to share HTML and CSS code written in notepad via email?

I wrote a basic webpage using HTML and CSS in the Workspace. I want to share this with someone via email so I copied the text into notepad and saved them as the respective HTML and CSS files. It appears that putting these files and the pictures involved in the webpage into a folder can't be emailed. Is there an easy way to share a custom made webpage via email? Thanks!

3 Answers

If you zip the folder, then you can attach that to an email. If you have a Mac just right-click the folder and choose Compress. Otherwise use WinZip or another program.

What I would suggest you to do is open a Google Drive account (it's free), upload the folder containing all your files and share it with the person. Just an idea, I hope you find it useful.

Thanks for the help guys!