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 trialCourtney Flannagan
1,684 PointsI can't seem to get the image titles to appear when I hover over an image nothing comes up.
When adding an image title nothing seems to appear on my images in the browser. I have tried copying and pasting the code from the video but still doesn't work.
5 Answers
Alexandr Bessmertnov
Front End Web Development Techdegree Student 16,542 Pointshmm have a trouble with translate)
Mohammad Azawi
Courses Plus Student 5,631 Points<img src="something.jpg" title="title" alt="description">
Samet Erpik
1,187 PointsPossibly I'm late to the party... Any chance that you're testing in responsive mode? As long as the syntax of the title attribute is correct such as :
<img src="yourImage.jpg" title="title text">
it should work!
Irenius Mhemba
1,177 PointsKindly send the code snippet here so that we can see and also learn.
crystal tannehill
2,302 PointsI thought mine didn't work, but I actually had to leave the arrow hovered for longer.