This sounds like a simple thing to do but after spending a couple of hours I am pulling out my hair. So any help would be highly appreciated.
I am trying to create a template from JAT3 blank for Joomla 1.5
I would like to have an overall page background image. To achieve this, here is what I did:
1. I added the image to css in body#bd. This works great.
2. I limited the width of ja-wrapper and gave it a background color
#ja-wrapper {
background-color:#FFF;
width: 1050px;
margin-top:50px;
}
This works and I get the website contents on a white background that sits over the #bd css image. The problem is for some reason, my page is aligned to the left. No matter what I do, I cannot center it.
Any ideas how I could achieve this?
Your help is highly appreciated.
Thanks