View Full Version : Need some help with images


Eliandrea
05-15-2005, 09:43 AM
Hi, I'm completely new to html and could really use some help with my site (which is rather awful). I am working on making a page with downloads for The Sims, but am having two problems:

1) Could anyone tell me how to make it so that when you click on a picture, a download starts?

2) How do you place individual bits of text under each separate picture? I need to provide links to different meshes under different skins, and also a link to each mesh creator under each appropriate picture.

I would be very grateful if someone could give me a hand in this, as I have absolutely no idea what I'm doing.

http://www.geocities.com/eliandreabaldersheim/faheads.html

Monkey Bizzle
05-15-2005, 10:15 AM
1) Could anyone tell me how to make it so that when you click on a picture, a download starts?
not sure what you mean by the second question but for this one:

<a href="downloadfilenamehere"><img src="imagefilenamehere"></a>

Eliandrea
05-15-2005, 12:27 PM
Oh thank you so very much, it worked :)
What I meant by the second question: If you have say three images, how do you place three separate pieces of text directly under them? Lets say the images are of a dog, a cat and a horse; how do you place the first text (fido) under the picture of the dog, the second (silver) under the picture of the horse, and so on? Sorry if my first explanation was messy, and this one was over the top, but I found it difficult to explain what I mean (English isn't my first language, and at times it shows :) )

pb&j
05-15-2005, 03:58 PM
<table><tr><td>

image <br> text

</td><td>

image <br> text

</td><td>

image <br> text

</td></tr></table>

Eliandrea
05-15-2005, 11:31 PM
Thank you for your help. I finally managed to get it right using div blocks :) Perhaps I'll improve my skills with time, lol