Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I working on template page html and CSS .I face issue page template not align bottom

correctly when data is big and more .

so How to alignment page bottom according to expected image below

issue exist on part below

<table>
        <tr>
            <td style="width:40mm">
                <label class="requestInfo-lable-1">CEO:</label>
            </td>
            <td style="width: 40mm; border-bottom: solid 1px;">
            </td>
            <td>
            </td>
        </tr>
        <tr>
            <td style="width:40mm">
            </td>
            <td style="width: 40mm;text-align:center;">
                <label class="requestInfo-lable-1">Signature and Date</label>
            </td>
            <td>
            </td>
        </tr>
        </table>
</div>
<br />
<div style="border-top: solid 1px; margin-top: 1px; padding-top: 1px; padding-bottom: 5px; ">
    <table>
       <tr>
            <td style="width:40mm">
                <label class="requestInfo-lable-1" style="margin-bottom:3px">Received by:</label>
            </td>
            <td style="width: 40mm; border-bottom: solid 1px;">
            </td>
            <td>
            </td>
        </tr>
        <tr>
            <td style="width:40mm">
            </td>
            <td style="width: 40mm;text-align:center;">
                <label class="requestInfo-lable-1">Signature and Date</label>
            </td>
            <td>
            </td>
        </tr>
    </table>

</div>

image have issue as below
File sharing and storage made simple[^]

What I have tried:

my html sample full page html CSS

fiddle exist on

https://jsfiddle.net/mpdv4ur0/
my image details issue
Posted
Updated 17-May-23 16:27pm
v2
Comments
Member 15627495 18-May-23 4:36am    
as comment :

TABLEs are hard to drive anyway, I don't understand why you surround your tables by a 'div'.

the more constraints you apply on your content ( with 'html structure' or 'css' ), the more 'effects' you gain.( sometimes for a loss or display bugs ).

beware about the 'print' css, and the 'screen display css'.
CSS provide features about 'printing', use them for your document.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900