Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my master page of index page have no space on the top of page and all other page are has space on the top and how can i eliminate it
Posted

You can use a tool like Firebug[^] to inspect the page CSS and actually edit it using the tool to see the changes.
We can't really help without we actually see the page's HTML and CSS. Try the tool I have mentioned and if you know basics about CSS and HTML, you should be able to fix it.
 
Share this answer
 
try to check whether you have given any height, if given then remove
 
Share this answer
 
Use CSS on top of div or table

property should be like
 
style="margin-top:-15px"
It will deduct your top margin
 
Share this answer
 

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