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 trial

PHP

Image not showing on php

I was learning through the php library but I do not want the layout instead as I wanted to use bootstrap.

I place the following code under the carousel javascript of bootstrap: <img data-src="img/image1.jpg" alt="First slide">

For some reason, it is only showing the text "First slide" but not my image, anyone have any idea?

2 Answers

<img data-src="img/testimage.jpg" alt="First slide"> Somehow it didn't show on my initial posting. Apologies.

What code did you place?

<img data-src="img/testimage.jpg" alt="First slide"> Somehow it didn't show on my initial posting. Apologies.