Click here to Skip to main content
15,921,990 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a form and i want to reduce space between heading text and normal text suppose my example below


PRINTING FILE

you can print anywhere docucment go to any shop.

i want to reduce space bteween printing file and below line so how to do i am new for this platform. so plz give me suggetion.
thanks.
MK.
Posted
Comments
JoCodes 24-Jan-14 4:09am    
Not Clear

Code header and the content in this way

C#
<div>           
<h1>Printfile</h1>       
                 
you can print anywhere docucment go to any shop.         
</div>
 
Share this answer
 
v2
HTML
<div>         
<h3 style="margin-bottom:30px;">Printfile</h3>
                 
you can print anywhere docucment go to any shop.         
</div>
 
Share this answer
 
v5

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