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 trialJoseph Waner
174 PointsAbout using a PC as opposed to a Mac.
so i am curious, in the video you are using a Mac, and i am using a pc while i practice as i do not have a mac lying around. when you source your images you use img/imgae.gif or whatever image you are using. how would i source on a pc? for images, and would a similair principle apply when using a video, or gif?
6 Answers
Patrick Gerrits
14,614 PointsSame. If you run XAMPP or similar there is a apache server. Apache uses the same syntax. So u use the / on windows as well. No difference between video and gif.
neilh
6,579 PointsI use a PC as well, and it is the same as the video. I do use google chrome as the videos use it too. I don't see a difference between mac and PC for html development. This is the code for my image: <img src="img/logo.gif" alt="Smells Like Bakin"/> I hope this helps you out. Have fun!
-Neil
neilh
6,579 PointsI use a PC as well, and it is the same as the video. I do use google chrome as the videos use it too. I don't see a difference between mac and PC for html development. This is the code for my image: <img src="img/logo.gif" alt="Smells Like Bakin"/> I hope this helps you out. Have fun!
-Neil
neilh
6,579 PointsI use a PC as well, and it is the same as the video. I do use google chrome as the videos use it too. I don't see a difference between mac and PC for html development. This is the code for my image: <img src="img/logo.gif" alt="Smells Like Bakin"/> I hope this helps you out. Have fun!
-Neil
neilh
6,579 Points<img src="img/logo.gif" alt="Smells Like Bakin"/>
neilh
6,579 Points<img src="img/logo.gif" alt="Smells Like Bakin"/>