div trick
div trick
Out of context: Reply #10
- Started
- Last post
- 16 Responses
- sparker0
sounds like a margin/padding issue at that point.
can you link the code?
did you try something like this:
body {
margin: 0;
padding: 0;}
#yourid {
display: block;
margin: auto;
padding: n;}
( n = numerical value )to format your main container/wrapper for the content?