I have break my HTML into two pages but in first page I have div element at the top so every thin works fine but on second page I have label at the top and I am getting unwanted margin/padding on the top of page. When i convert label element into div it works as expected. but I can't do this in actual application where I am implementing this.
Thank you