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 trialRicky Sparks
22,249 PointsNotice: Make sure there isn't a space between ?subject should look like this......
<a href="mailto:coolvrexperience@gmail.com?subject=Hi%20There!">
5 Answers
Ricky Sparks
22,249 PointsOh no it was just a heads up to other students to not leave a space between that code or else the subject prefilled text will not show up.
Darren Wilkes
1,692 PointsThis was helpful because the text overflowed to the next line in the video so I wasn't sure if there was supposed to be a space or next.
Ricky Sparks
22,249 PointsYour welcome I had the same issue so figured I should post this just in case someone else has the same problem :)
nakalkucing
12,964 PointsThank you! I had this problem too. I was nearly pulling my hair out! :)
James Akpan
4,529 PointsRicky Sparks you just saved my time man. I was almost crying. can we talk on instagram- i am @juniorwebdeveloper
Martha Fontelera
1,556 PointsRicky Sparks Thank you so much for posting this!! Appreciate it!
Rico Suhanta
831 PointsHey I write the code like this <a href="mailto:coolvrexperience@gmail.com?subject=Hi There"> The subject still appear correctly with subject "Hi There". so is it okay if i write it without %20? and what the %20 purpose?
Greg Harris
43,362 PointsGreg Harris
43,362 Pointsplease give more information of what you are trying to solve