PDA

View Full Version : Placing a zip file



TaylorH
07 Jun 2010, 01:14 AM
Hi;

This is probably a retarded question. I am trying to place a zip file on my website for download. I have placed several pdf files, using the following code:


<a href src="http://www.homepage.com/media/file.pdf">Here's your pdf</a>


Now I am trying to place a zip file on my website. Using basically the same code:


<a href src="http://www.homepage.com/path/file.zip">Here's your zip</a>

But this doesn't work. Clicking the link just takes me back to www.homepage.com/index.htm. And that's what it says in the bottom status bar if I hover over the link. I know this is a simple fix but I can't seem to figure it out.

Thoughts?

Taylor