Wednesday 8 May 2013

To Remove the Top White Space of Your Web Page

Just copy the below code and use it:


 
 
<style>

BODY {margin-top: 0px}

</style>
 
 
This code is used to remove white space in your top of the web page.

No comments:

Post a Comment