PROPERTY: padding-bottom

padding-bottom : length | percentage
 
Compatibility:  IE4+  N4+
Version: Level 1
Inherited: No
 
The padding-bottom property allows you to insert padding (space) between the bottom border and the enclosed text or images.
 
length
 
The length value can be in any of the following seven units. Use the abbreviation.
 
Length Abbrev.
centimeters cm
ems em
inches in
millimeters mm
picas pc
pixels px
points pt

 
percentage
 
The percentage value is based upon the total height being defined as 100%.
 
Code:
body { padding-bottom: 25mm; }
body { padding-bottom: 1.0in; }
body { padding-bottom: 15pc; }
body { padding-bottom: 36pt; }
body { padding-bottom: 11.5%; }

 
or
 
<table border="2">
<tr>
<td style="padding-bottom: 22px;">
Bottom padding
</td>
</tr>
</table>

 
Output:
 
Bottom padding


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information