Forum: Poser - OFFICIAL


Subject: How do i put a zip file on an HTML page?

lululee opened this issue on Feb 17, 2003 ยท 6 posts


lululee posted Mon, 17 February 2003 at 7:36 AM

OK. I know this is basic and I am totally blushing about this question but I am blonde if that is any justification. If I want to put a zip file on an HTML page for a beta tester how do I do it? I am using dreamweaver. Thanks in advance.


cruzan posted Mon, 17 February 2003 at 7:53 AM

If you are using a plain old editor (like notepad) have the line look like this: href="filename.zip" The browsers are smart and know that if someone clicks on a zip or exe file that it should prompt to download. Makes it easy as then you only have to have the hyperlink. If someone has a problem - tell them to rightclick (in windows - don't know mac) and do "Save Target As". Good Luck


VampireWriter posted Mon, 17 February 2003 at 8:04 AM

You mean &lta href="http://www.mysite.com/filename.zip"&gtHyperlink Title For forums like these that allow html, you need to type "&.g.t" for < and "&.l.t" for > (minus the periods of course)


cruzan posted Mon, 17 February 2003 at 8:07 AM

TY - went down to get cup of coffee since preview looked fine and dang still didnt show - appreciate the advise and knowledge VampireWriter.


dan whiteside posted Mon, 17 February 2003 at 8:13 AM

Hey Cruzan - the Mac equivalent of the right button is to click with the "Option" key held down.


hogwarden posted Mon, 17 February 2003 at 9:54 AM

Hmm... seems obvious, but don't forget to upload the zip file with the html file onto your webspace!