the header <div> is leaving space on top,left and right ..
what is the best method to remove this space ?
2 replies to this topic
#1
Posted 31 March 2011 - 06:03 AM
|
|
|
#2
Posted 01 April 2011 - 03:36 AM
#header
{
top:0px; /*stick to the top*/
padding-left:0px;
padding-right:0px;
}
try with this,not sure 100% it will work
#3
Posted 04 April 2011 - 02:05 AM
Or try removing the margin and padding from the body:
If you don't have an external CSS file try putting the above code inbetween the <style></style> tag
body{
padding: 0px;
margin: 0px
}
If you don't have an external CSS file try putting the above code inbetween the <style></style> tag
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









