html question
html question
Out of context: Reply #7
- Started
- Last post
- 12 Responses
- UndoUndo0
add
padding:0px;
margin:0px;to the body class
ie.
body{
padding:0px;
margin:0px;
// rest of the code
add
padding:0px;
margin:0px;
to the body class
ie.
body{
padding:0px;
margin:0px;
// rest of the code