MOON
Server: Apache
System: Linux smtp.modiva.org 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64
User: rtbrisc (1005)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/rtbrisc/www/investment/ta.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Two Rows - HTML Example</title>
    <style>
        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid black;
            padding: 8px;
            text-align: center;
        }
    </style>
</head>
<body>
    <table>
        <tr>
            <th colspan="2">Contact Us</th>
        </tr>
        <tr>
            <td>Fund Manager:<br/>

                DLM Asset Management Ltd <br/>
                
                Phone Number: +2348076772494 <br/>
                
                Email: asset@dlm.group <br/>
                
                Website: http://dlm.group/  <br/>
                </td>

            <td>R.T. Briscoe Corporate Services

                Phone Number: +234 8090503875
                
                Email: briscoemail@rtbriscoe.com
                
                Website: www.rtbriscoe.com </td>
        </tr>
    </table>
</body>
</html>