Quote:
|
Originally Posted by Jonathan
I wouldn't call myself a web designer.....hpwever,I do have a web page that I have ftp access to....
My question is basicly this, what do I have to do in order to make a file
visable for download......basicly all I know is that its an HTML code.....I heard some where the code is like <A href name of file></a>
but where would you put it?
<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>
|
try this:
[code:1:7c4e70be32]
<HTML>
<HEAD>
</HEAD>
<BODY>
<a href="http://www.cyberosis.net/stuff/freetemplates.zip">Free Web Templates</a>
</BODY>
</HTML>[/code:1:7c4e70be32]
will produce a web page with this on it:
Free Web Templates
you would edit it to suit your needs of course
luck,
robert