Hi,

How to style Table 3 as shown below? The original is Table 1.

Table 2 is after i remove table-bordered, and add

<style>
    .border
    {
        border-bottom: 3px double black;
    }
</style>

How to remove the grey lines, even after table-bordered is removed? I even add border-top:1px solid black;, but it doesn't show. I guess it's because of the grey lines.

Appreciate your help.

Thanks.