"Bank Challan Design For Property tax payment"
Bootstrap 4.0.0 Snippet by santhosh Poojary

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<h2>Challan Design for Property tax</h2>
<div class="table-responsive">
<div class="table-responsive custom_datatable">
<table class="table table-bordered" style="width:100%;margin:auto;text-align:left;" >
<tbody>
<tr>
<td rowspan="2" colspan="2"><h3 style="margin:8px 0 0 63px;">BANK TITLE HERE</h3></td>
<td>Challan NO</td>
<td colspan="2">123456</td>
</tr>
<tr>
<td>Date</td>
<td colspan="2">28/01/2017</td>
</tr>
<tr>
<td colspan="2">Bank Name / Branch : </td>
<td colspan="3">Bank Name / Branch Name Here</td>
</tr>
<tr>
<td colspan="2">Tax Period</td>
<td colspan="3">20_ _ to 20_ _</td>
</tr>
<tr>
<td>Building Owner Name</td>
<td colspan="1">Ward, Block and Door #, Assessment #,UPI #</td>
<td width="150">Tax Details</td>
<td width="50">RS</td>
<td width="50">00</td>
</tr>
<tr>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: