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 trialjeannieduen
Front End Web Development Techdegree Student 8,709 PointsAudio not responding
https://teamtreehouse.com/workspaces/19925882#
In my preview, my Audio Example part is not centered and the time-rail isn't orange and such. Where did i go wrong in my code?
Steven Parker
231,269 Points You can't share a direct URL to your workspace, it's temporary and only exists while you are using it.
But you can use the snapshot function in the workspace and provide the link to that.
2 Answers
jeannieduen
Front End Web Development Techdegree Student 8,709 PointsSorry! I had no idea we could do a snapshot of our workspace. Okay, so here it is: https://w.trhou.se/iz97qz9vzy
As you can see, the audio is not centered and such~ Thank you so much for the help!!!!!
Kathryn Notson
25,941 Pointsjeannie duen:
You need to post your index.html & css code from Workspaces here. Don't use a URL link to your Workspace. No one will be able to see your code. Follow the instructions on the Markdown Cheatsheet below. Or try this: https://teamtreehouse.com/community/new-forum-feature-available-attach-your-code-from-code-challenges
Check your syntax notation to see if it's correct.
Tim Wall
9,570 PointsHi Jeannie,
Looks like you left off the class ".mejs-treehouse" on your audio element.
Kathryn Notson
25,941 PointsKathryn Notson
25,941 Pointsjeannie duen:
Use the Markdown Cheatsheet below to post your code. The link you provided doesn't work.