-
Map download link ?
Hi, I sometimes want to make a link for my maps for df2 on this site in other posts but I seem only to be able to get the front page or forum page directly ?
waht is the link for df2 map downloads for instance ?
or how can i link it directly to a map.
-
you link to the file you want to download
the url depends on if the file is in a folder or sub folder
examples below
< a href="http://www.my-domain.com/file.zip">file name here</a>
< a href="http://www.my-domain.com/folder name here/file.zip">file name here</a>
< a href="http://www.my-domain.com/folder name here/sub folder name here/file.zip">file name here</a>
hope this helps
-