PDA

View Full Version : Help needed from web design types



Biff
8th September 2006, 22:37
Help please.

I've just lauched a web site for a friend, built using Dreamweaver MX. So everything has been written using very basic html (except ye ole browser detect JS) - so please don't blind me with PHP etc gobbledegook.

Anyhoo - I'm trying to create a link to an excell spredsheet (I want to upload) on the host's servers, that will be available for people to download.

Any ideas that the html code is please?

Would 'href' or similar do the do?

Please help me. Joining the forum on webmonkey.com kinda scares me.

Ta



Warning

I reserve the right to not know what the fk you're talking about if you get all geeky on me. And please type slowly. Thx

Karma
8th September 2006, 22:42
just a stright link to the file will do, it will then give the persons browser the option to either save or open the file.

<_a href="file"_>This is a file<_/_A_> or something, without the _'s of course

Big Dave
8th September 2006, 23:16
I would make the excel spreadsheet a .pdf and have it for download rather than the excel file?

Street Gerbil
9th September 2006, 14:49
Hmmmm... What about saving the excel as the html table and just inserting it into the website? Will make the data available to those of us without excel installation.

Busy
14th September 2006, 19:51
If you just want them to download (not view) it, just .zip the file, then use the code Weasel gave
winzip is free if you havent already got it