Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Aligning an Image to the Centre Re: [Solved] Aligning an Image to the Centre

#82001
Glenbot3000
Member

^ the HTML.

.banner {
position:absolute;
width:9999px;
height:99px;
top:0px;
left:0px;
background-repeat:repeat-x;
background-image:url(/PWR/pwr3.png);
overflow-x:hidden;
}

.logo {

}

That’s my CSS. Not sure what to put in for the logo ID to make it centre, but as you can see, it’s not a background image.