html - how to remove blank space from web page? -


this question has answer here:

i have 1 problem web page design.can't remove space page!

by style:

<body>    <div style="width:100%;" >       ss    </div> 

please see picture of page:

enter image description here

nullify margin of document, add style web page

<style> html, body{    margin: 0; } </style> 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -