Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow these steps to copy and paste the html into the Management System page via code view and then insert a document into the Management System diagram from the Document Vault:

<h4>Table Template - 1</h4>

<table .

Here are table template html codes

Table Template 1

Code Block
languagehtml/xml
titletemplate 1
<h4>Table Template - 1</h4>
<table border="1" cellpadding="0" cellspacing="0" style="width: 120px;height:60px;">
    <tbody>
        <tr style="background-color:#EEE;">
            <th style="box-shadow: 2px 2px 2px #333333; ">
                <strong>Heading</strong></th>
        </tr>
        <tr>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>

 

Table Template 2

Code Block
languagehtml/xml
<h4>Table Template - 2</h4>
<table border="1" cellpadding="0" cellspacing="0" style="width:240px;height:60px;">
    <tbody>
        <tr style="background-color:#EEE;">
            <th><strong>Heading</strong></th>
            <th><strong>Heading</strong></th>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>

<h4>Table Template - 2</h4>

<table border="1" cellpadding="1" cellspacing="1" style="width: 240px;height:60px;">
    <tbody>
        <tr>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
        </tr>
        <tr>
            <td>
                &nbsp;</td>
            <td>
                &nbsp;</td>
        </tr>
    </tbody>
</table>

<h4>Table Template -3</h4>

<table border="1" cellpadding="1" cellspacing="1" style="width: 320px;height:60px;">
    <tbody>
        <tr>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
        </tr>
        <tr>
            <td>
                &nbsp;</td>
            <td>
                &nbsp;</td>
            <td>
                &nbsp;</td>
        </tr>
    </tbody>
</table>

<h4>Table Template -4</h4>

table border="1" cellpadding="1" cellspacing="1" style="width: 120px480px;height:60px;">
    <tbody>
        <tr>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
            <th style="box-shadow: 2px 2px 2px #333333; ">
                &nbsp;</th>
        </tr>
        <tr>
            <td>
                &nbsp;</td>
            <td>
                &nbsp;</td>
            <td>
                &nbsp;</td>
            <td>
                &nbsp;</td>
        </tr>
    </tbody>
</table>