URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create a Forum Coding
  HTML https://cfcoding.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Guides and Tutorials
       *****************************************************
       #Post#: 8--------------------------------------------------
       [GUIDE]  How to Make an Index or Table of Contents
   DIR By: Nick
       Date: August 2, 2010, 1:18 pm
       ---------------------------------------------------------
       [iurl=#Making-an-Index]Making-an-Index[/iurl]
       [iurl=#Number-Indexing]Number-Indexing[/iurl]
       [center]
       [/center]
       [anchor=Making-an-Index]Making-an-Index[/anchor]
       --- Code ---
       [iurl=#INDEX NAME]INDEX NAME[/iurl]
       --- End Code ---
       --- Code ---
       [anchor=INDEX NAME]INDEX NAME[/anchor]
       --- End Code ---
       -NORMAL TEXT HERE-
       Ok, this one is hard to understand... Where it says "INDEX NAME"
       in each of the four spots it must be the same exact test every
       time or it will not work. When making an index keep all of the
       --- Code ---
       [iurl=#INDEX NAME]INDEX NAME[/iurl]
       --- End Code ---
       's together or it is completely pointless... You cannot have a
       space in any of the "INDEX NAME" fields or it won't work. Please
       use dashes..
       [center]
       [/center]
       [anchor=Number-Indexing]Number-Indexing[/anchor]
       --- Code ---
       [html]<a href='#IndexName'>Index Name</a>
       
       [/html]
       --- End Code ---
       --- Code ---
       [html]<a name='Index Name'>Index Name</a>[/html]
       --- End Code ---
       -NORMAL TEXT HERE-
       Ok, so you can only do number indexing with this type of code.
       By that I mean you can do it with letters and numbers. The other
       one can only handle letters. All four spots where it says "Index
       Name" must be the same or it won't work.
       
       [center]
       [/center]
       If you have any questions please ask me.
       Special thanks to Simply Sibyl, Java™, and The Fate.
       *****************************************************
       Page 1 of 1