Howzit Guys.
I'm busy doing a website with images in a gallery and also one picture in center of the page.
Now, the code I added for the center image is:
I've made sure the clock.gif image is in the right location. All I see on the HTML page is a broken link icon for the picture.
Then I have a gallery at the bottom, with smaller views. Now, if I name the image to, image.gif it works ok. But I need more then one image..so I named the second image to image2.gif (In same location) I get the broken link icon in the browser when I view it...
Any ideas guys?
Thanks!
I'm busy doing a website with images in a gallery and also one picture in center of the page.
Now, the code I added for the center image is:
Code:
<img src="clock.gif" alt="Tour Buss" width=
"428" height="213" />
I've made sure the clock.gif image is in the right location. All I see on the HTML page is a broken link icon for the picture.

Then I have a gallery at the bottom, with smaller views. Now, if I name the image to, image.gif it works ok. But I need more then one image..so I named the second image to image2.gif (In same location) I get the broken link icon in the browser when I view it...

Code:
<h1 class="posthead">Photo Gallery</h1>
<div class="gallery">
<a href="#"><img src="Coach1.gif" alt="Thumbnail" /></a>
<a href="#"><img src="Coach1.gif" alt="Thumbnail" /></a>
<a href="#"><img src="image2.gif" alt="Thumbnail" /></a>
<a href="#"><img src="image.gif" alt="Thumbnail" /></a>
<a href="#"><img src="image.gif" alt="Thumbnail" /></a>
<a href="#"><img src="image.gif" alt="Thumbnail" /></a>
<a href="#"><img src="image.gif" alt="Thumbnail" /></a>
<a href="#"><img src="image.gif" alt="Thumbnail" /></a>
<a href="#"><img src="image.gif" alt="Thumbnail" /></a>
<a href="#"><img src="image.gif" alt="Thumbnail" /></a>
</div>
</div>
</div>
Thanks!
