this is title

 

1.2 - Alert Boxes

Shortcodes: {alertSuccess}{alertInfo}{alertWarning}{alertError}

Write whatever you want and add the shortcode, Then select all the desired text including the shortcode and add the Quote Text style.

Example:

Alert Boxes



1.3 - Bordered Table

Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding anywhere you want to make the table appear.

<table>
   <thead>
      <tr>
         <th>Firstname</th>
         <th>Lastname</th>
         <th>Email</th>
      </tr>
   </thead>
   <tbody>
      <tr>
         <td>John</td>
         <td>Doe</td>
         <td>john@example.com</td>
      </tr>
      <tr>
         <td>Mary</td>
         <td>Moe</td>
         <td>mary@example.com</td>
      </tr>
      <tr>
         <td>July</td>
         <td>Dooley</td>
         <td>july@example.com</td>
      </tr>
   </tbody>
</table>
Change details with your own text.

My Custom Botton

<p class="cbb">Add your text Here </p>
use any .cbb,.cbf,.cbg,.cbp,.cbr,.cby

Table

https://www.htmlcodegenerator-tools.com/2019/10/html-table-generator.html


Post a Comment

Previous Post Next Post