Quote:
|
Is there any sort of limit with characters, words or anything else in a single post?
|
At least 10 characters per post, and you must wait at least 45 seconds to post.
Quote:
|
Is there anyway to make a sort of link that allows you to be taken to the section, like in the wiki with the contents you click it and it brings you to that section.
|
I know what you are talking about, that is using HTML.
HTML is disabled for posts, but I can tell you how to do this anyway:
<a href="#idname">Something</a>
<a id="idname">CONTENT HERE</a>
Then you can keep adding those. What it will do is put # after the URL for the page, taking you to that specific section where the id is defined.