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
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.