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 trialZachary Jeans
10,755 PointsDoes anybody know how to upload images into brackets?
I can write the html <img src="blahblahblah.png" alt="blahblah">
I just can't seem to upload the file into brackets so I can actually use it. I have no problem doing this in workspaces, just can't get it to work in brackets.
1 Answer
Samuel Zhen
33,571 PointsYou can copy or put your images file in the same folder of your project. I don't think text editor has a feature to upload your images. Just do it manually.
addy Ali
Courses Plus Student 419 Pointsaddy Ali
Courses Plus Student 419 PointsHave you made sure the file location of the image is in the same folder in your brackets project?
Also try using the <a> tags with href
<a href="blahblahblah.png" > <img src="blahblahblah.png" alt="blahblah" /> </a>