http://www.frihost.com/faq.php
1. Global questions
* Why do I need to be active on your forums?
* What does "being active on our forums" exactly mean?
* Which languages are allowed for my website?
* Do I have to put a link to frihost on my website?
The link "Do I have to put a link to frihost on my website" doesn't work because there is no element with the name "link".
The update should be as easy as changing the following: (two elements each with the attribute "name" set to "languages")
into this:
1. Global questions
* Why do I need to be active on your forums?
* What does "being active on our forums" exactly mean?
* Which languages are allowed for my website?
* Do I have to put a link to frihost on my website?
The link "Do I have to put a link to frihost on my website" doesn't work because there is no element with the name "link".
The update should be as easy as changing the following: (two elements each with the attribute "name" set to "languages")
| Code: |
|
<a name="languages"></a> <strong>Q: Which languages are allowed for my website?</strong><br>Every language is allowed on your website. However, you need to be able to understand and write some basic English on our forums. <br><br> <a href="#top">Top</a> <br><br> <a name="languages"></a> <strong>Q: Do I have to put a link to frihost on my website?</strong><br>You certainly don't have to link to us, it still remains your own website. However, we do appreciate it, if you would link back to us. <br><br> <a href="#top">Top</a> <br><br> |
into this:
| Code: |
| <a name="languages"></a>
<strong>Q: Which languages are allowed for my website?</strong><br>Every language is allowed on your website. However, you need to be able to understand and write some basic English on our forums. <br><br> <a href="#top">Top</a> <br><br> <a name="link"></a> <strong>Q: Do I have to put a link to frihost on my website?</strong><br>You certainly don't have to link to us, it still remains your own website. However, we do appreciate it, if you would link back to us. <br><br> <a href="#top">Top</a> <br><br> |
