DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Guides and Tutorials
*****************************************************
#Post#: 623--------------------------------------------------
[GUIDE] How to Add an Index
By: Representation Date: August 4, 2010, 6:37 pm
---------------------------------------------------------
[iurl=#Making-an-Index]Making-an-Index[/iurl]
[iurl=#Number-Indexing]Number-Indexing[/iurl]
[center][s]
[/s][/center]
[anchor=Making-an-Index]Making-an-Index[/anchor]
[code] [iurl=#INDEX NAME]INDEX NAME[/iurl] [/code]
[code] [anchor=INDEX NAME]INDEX NAME[/anchor] [/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] [/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][s]
[/s][/center]
[anchor=Number-Indexing]Number-Indexing[/anchor]
[code] [html]<a href='#IndexName'>Index Name</a>
<br>[/html] [/code]
[code] [html]<a name='Index Name'>Index Name</a>[/html] [/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][s]
[/s][/center]
Guide from www.CFcoding.createaforum.com
#Post#: 23266--------------------------------------------------
Re: [GUIDE] How to Add an Index
By: mickjav Date: June 28, 2020, 7:51 am
---------------------------------------------------------
I have been trying to get this working But I wont work
I have tried every way I can think as below
[code][anchor=#post_Making-an-Index]Making-an-Index[/anchor]
[anchor=#Making-an-Index]Making-an-Index[/anchor] [/code]
Useing the
Link[code]
HTML https://databasedreams.createaforum.com/real-estate/real-estate-help-leases/#post_Making-an-Index
HTML https://databasedreams.createaforum.com/real-estate/real-estate-help-leases/#Making-an-Index
HTML https://databasedreams.createaforum.com/real-estate/real-estate-help-leases/msg673/#post_Making-an-Index
HTML https://databasedreams.createaforum.com/real-estate/real-estate-help-leases/msg673/#Making-an-Index
[/code]
I have follows this example
HTML https://support.createaforum.com/7/(guide)-how-to-add-an-index/<br
/>which works on this forum but I have notice this forum also
shows the category number in the link?.
#Post#: 23267--------------------------------------------------
Re: [GUIDE] How to Add an Index
By: mickjav Date: June 28, 2020, 10:55 am
---------------------------------------------------------
Got it working ;D ;D this is how:
The Link Notice "#post_" This part is not in the
anchor[code]
HTML https://databasedreams.createaforum.com/real-estate/real-estate-help-leases/msg673/#post_Making-an-Index[/code]
The Anchor
[code][anchor=Making-an-Index]The text part of the anchor can be
link this[/anchor][/code]
[/code]
*****************************************************