Terms Of Use

Discussion in 'Graphics' started by str8jaket, Apr 30, 2008.

  1. str8jaket New Member

    Here is another question... to make a terms of use file and link it to your terms of use hyperlink?

    How does one do that? a txt file on the ftp or txt code into the index.html?

    Cheers :)
  2. vareside New Member

    To make a hyperlink to a file you have to write an HTML code:
    <a href="LOCATION-OF-TERMS-OF-USE-FILE">LINK TEXT</a>
    And the file with this link to the terms of use location you have to upload onto your ftp server to make it viewable by other users.
  3. str8jaket New Member