Thread: Site Questions
View Single Post
  #2  
Old 07-07-2010, 05:36 AM
Andrew's Avatar
Andrew Andrew is offline
Tech Pirate
Andrew's Primary Pirate Info

Join Date: Jul 2008
Location: Cuba
Posts: 1,280
My Mood: Fine
Andrew is scurvy dog
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.

Last edited by Andrew; 07-07-2010 at 06:07 AM..