|
|
|
|
|||||||
| Site Feedback Archive Site Feedback Archive |
|
Login or Register now to see less ads. |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Site Questions
Still at vacation but when I get back on Monday I plan to make a massively large guide but I have to questions concerning it.
Is there any sort of limit with characters, words or anything else in a single post? 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. Thanks! See you all Monday! |
|
#2
|
||||
|
||||
|
Quote:
Quote:
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.. |
|
#3
|
||||
|
||||
|
*Has no clue what he's talking about* Mind specifying on this? If your way doesn't work, can you open up the HTML code?
|
|
#4
|
||||
|
||||
|
Here's an example of what you can use:
Code:
<a href="#name1">Name 1</a> <a href="#name2"> Name 2</a> <a href="#name3"> Name 3</a> <a href="#name4"> Name 4</a> Code:
<a id="name1"></a> Put some stuff here More stuff here if you want <a id="name2"></a> Do the same thing Keep adding more stuff <a id="name3"></a> Do you get it now? You should. |
|
#5
|
||||
|
||||
|
You mean like this.... http://www.piratesonlineforums.com/f...ad.php?t=16296
And what Andrew forgot to mention is that the minimum is 10 characters per post. And you must wait 45 seconds between posts. |
|
#6
|
||||
|
||||
|
Quote:
A post may contain 50,000 characters. You can add 25 images per post. You can always use additional posts if you need more room. |
|
#7
|
||||
|
||||
|
Quote:
You can create an anchor point in a post with the [anchor] bbCode, say [anchor]sectionname[/anchor]. And then make a link to that anchor by using [goanchor=sectionname]Link Text Here[/goanchor] For example if you were creating a guide, it could look something like this: Code:
[goanchor=link1]Link 1[/goanchor] [goanchor=link2]Link 2[/goanchor] [goanchor=link3]Link 3[/goanchor] [anchor]link1[/anchor] [SIZE="4"]Link 1 Heading[/SIZE] General knowledge of things that are great. [anchor]link2[/anchor] [SIZE="4"]Link 2 Heading[/SIZE] Lots of awesome information here. [anchor]link3[/anchor] [SIZE="4"]Link 3 Heading[/SIZE] Crazy stuff you will not believe.
Hope that answers your question. You can also find a list of all bbCode that's allowed on the forum here.
__________________
|
|
|