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

General Discussion

CSS and Text Editors Questions!?

Hey everyone!

I was wondering if any of you have found a good solution to adding CSS to a text editor. I'm currently playing around with codepen, and was using sublime text 2... I found that sublime text 2 was good, but I wasn't able to save any of my work. I started using Notepad++ and that is a great text editor! My main question though is what do you guys feel is the best text editor to go along with CSS and how do you connect the CSS template to that said text editor? Thanks for any and all help.

-mike

ps. I'm brand new to computer coding/programming so sorry if this was a confusing question.

2 Answers

Richard Duncan
Richard Duncan
5,568 Points

Notepad++ is my goto app when I'm using windows. If you have a mac and are willing to spend a bit of cash I would recommend 'coda' it's fantastic, hands down the best tool I have ever used and they even have Diet Coda a version for the iPad!

If you save a file as a .css file in your text editor of choice I would expect that normally to apply the formatting. I'm not sure what you mean regarding connecting CSS template to the text editor though, do you mean to the html file?

hey richard! thanks for that, i do have an ipad so i might have to buy that app and start learning. i think my lack of computer knowledge led me to some "off-terms" when describing my problem haha. yes i just meant what should i do to make css show up in notepad++. thanks for the advice! i may look into getting a mac for the future.

-mike

Richard Duncan
Richard Duncan
5,568 Points

Glad I could help mate, there is also a good free tool on mac called 'Text Wrangler' if you do make the transition :)

I also agree with the statement on coda, I use it also and I have to say It is a brilliant piece of software! As for your question of connecting them together, do you mean you want to have it so your CSS styles will assign themself to your HTML tags? If so you will have to link it in your head tags on your HTML doc.

hey brian! yes all i meant was getting my css onto notepad++, so what is a good css editor? or can i use notepad++ for that too? thanks again for any help!

-mike

yes, you can use notepad++ for editing CSS. it works with HTML and CSS. Good luck with the learning, any other help then just ask as we are always happy to help others that are learning :)

thank you guys so much!