The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Multi column table of contents
Jon Jacobs
post Dec 22 2018, 08:37 PM
Post #1





Group: Members
Posts: 4
Joined: 22-December 18
Member No.: 26,781



I have a huge TOC, over 100 entries, and I think a multi-column approach would be very helpful.
Yes, I really need that huge TOC (generated by computer code). Here is a sample of the code I currently use:

<h1 id="toc">Table of Contents</h1>
<p class="tocnt"><a href="#001">Chapter 1</a></p>
<p class="tocnt"><a href="#002">Chapter 2</a></p>

Here is a segment from the CSS:
p.tocnt {
margin-top:0.0em;
margin-bottom:0.0em;
font-size: 125%;
text-indent:0.0em;
text-align:left;
}

What HTML and CSS can I use to produce a 3 column Table of Contents? I can modify my computer program to generate the new code.

Thank you,
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies
aresourcepool
post Jan 14 2019, 08:32 AM
Post #2





Group: Members
Posts: 4
Joined: 14-January 19
Member No.: 26,796



The column-count property specifies the number of columns an element should be divided into.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 11th May 2024 - 12:01 AM