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 Make a Website Beginning HTML and CSS Add Style to the Page

Is it possible to change the spelling form US to ENGLISH?

Ive noticed that when I type in the value "colour" this does not change? However using US "color" works?

4 Answers

Unfortunately you cannot. If you are using a text editor you could try looking for a plugin. Try looking around workspace settings.

Hi Gary!

You cannot change the spellings over I am afraid. However, don't worry, you will soon get used to the American spellings and it won't bother you anymore.

Good luck with your programming!

Thanks guys. Much appreciate your help \m/

John Steer-Fowler
PLUS
John Steer-Fowler
Courses Plus Student 11,734 Points

Hi Gary,

I feel your pain!

This isn't something Treehouse are doing because they are a US company. HTML and most languages are written in American English. This means that words like 'colour' will not be recognised as proper syntax.

However, trust me when I say you get used to it :D

I still obviously write 'colour' in day-to-day writing, but my brain just instantly knows to write 'color' in css.

Keep up the good work!