Changes

297 bytes added ,  17:43, 9 January 2008
→‎How To Get Table Of Contents Without Numbering?: <div class="nonumtoc">__TOC__</div>
Line 124: Line 124:     
JA: When I hard-code the section numbers then they get doubled up in the TOC Box.  In other papers I will need to index sections differently than the default numbering.  TIA, [[User:Jon Awbrey|Jon Awbrey]] 09:27, 9 January 2008 (PST)
 
JA: When I hard-code the section numbers then they get doubled up in the TOC Box.  In other papers I will need to index sections differently than the default numbering.  TIA, [[User:Jon Awbrey|Jon Awbrey]] 09:27, 9 January 2008 (PST)
 +
 +
:Jon, here's the code for no number TOC. You may have to clear your browser cache to get the omitted number display. Just place in your article anywhere above the first section. --[[User:OmniMediaGroup|OmniMediaGroup]] 09:43, 9 January 2008 (PST)
 +
<pre>
 +
<div class="nonumtoc">__TOC__</div>
 +
</pre>