I'm trying to take the tables out of a page at the moment and when I do so it is moving things down the screen on me.
I wonder if anyone can help:
The css is:
css Code:
.blank-page
{
background-image: url('graphics/hardhatsgrey.jpg');
background-repeat: no-repeat;
height: 550px;
width: 969px;
left: 100px;
top: 100px;
}
.wraparound
{
margin-top: 1px;
margin-bottom: 1px;
margin-left: 1px;
margin-right: 1px;
}
.headerlogo
{
margin-top: 1px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
The image is getting moved to a new line past the menu on the left when should be just aligned to the right of it.