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 trialKatie Martens
1,962 PointsHow to get the email formatted correctly?
I must have missed a portion of the material, because I can't figure out how to format the email correctly.
2 Answers
Steven Parker
231,184 PointsYou probably didn't miss anything, they are specifically asking you to use what you've learned creatively to do something that's not exactly like the previous examples. Here's a few hints:
- you'll need to concatenate columns and a few literal strings
- the literal strings will add spaces and/or special symbols (like
<
) to create the indicated format - remember to apply the alias to the entire constructed string
If you still need help, show what you've tried so far.
Katie Martens
1,962 PointsTHANK YOU! Concatenation has me all turned around.