Blogger Table Of Contents Widget

Is your website a free blogger? This will be a web article that will help you if you fail in your attempt to create beautiful response table content. If we think we need to link a table of contents, it may require table of contents css design HTML, which you can download and use for free in our web site article, and we will discuss more about this in more detail below.

CSS and HTML

With the CSS and HTML available below you can link the table of content in the most beautiful way to the web article you create on your Blogger website. This will not only make your website more compliant with the Google recommendation, but also make it easier for visitors to understand the information.

Blogger Table Of Contents Widget
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}
#t01 {
  width: 100%;    
  background-color: #f1f1c1;
}
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

To do this you must first add Additional CSS to the customize option in your Blogger website and save it, once you have saved it then you can easily create table of content in every web article you write.

Blogger Table Of Contents Widget 2022
<h3 style="border: 2px solid violet;"><span style="color: #2b00fe;">YOUR 1ST HEADING</span></h3>

<table style="width: 100%;">
  <tr>
    <th>NO</th>
    <th>Theme name</th> 
    <th>Get Link</th>
  </tr>
  <tr>
    <td>1</td>
    <td>Flavio</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>
  <tr>
    <td>2</td>
    <td>Jackson</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>
  <tr>
    <td>3</td>
    <td>Mega Social</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>
    <tr>
    <td>4</td>
    <td>Lucky beauty</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>
    <tr>
    <td>5</td>
    <td>Glamour</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>
</table>
<br />

<table id="t01">
<h3 style="border: 2px solid violet;"><span style="color: #2b00fe;">YOUR 2ND HEADING</span></h3>
  <tr>
    <th>NO</th>
    <th>Theme name</th> 
    <th>Get Link</th>
  </tr>
  <tr>
    <td>1</td>
    <td>Flex Mag</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>
  <tr>
    <td>2</td>
    <td>Fast Mag</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>
  <tr>
    <td>3</td>
    <td>Faster Fast</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>
    <tr>
    <td>4</td>
    <td>Crown</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr>     <tr>
    <td>4</td>
    <td>Crown</td>
    <td><b><span style="font-family: georgia;"><a href="#" target="_blank">Get Your Theme</a></span></b></td>
  </tr> 
</table>

We hope you will learn something new from our web site article, and hope that you can create a better article in the future with this HTML and CSS we have provided. Thank you so much for spending so much of your time reading our article and making use of it. For more information on this YouTube video has been created exclusively and we recommend that you watch it as well.

Reading Progress BarBest Blogger Template
Floating Bottom adsBenefit of Advertising

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.