View Single Post
Old May 25th, 2007, 3:53 PM   #3 (permalink)
Brandonnn
pineapples are sharp
Super #1
 
Brandonnn's Avatar
 
Joined in Dec 2005
5,777 posts
Gave thanks: 147
Thanked 151 times
It's a gamble if you try centering something on a background image... I would take the CSS apprroach:

Code:
body {
margin: 0 auto;
}

#container {
background: url('http://blaqk.tylerbryan.com/layout/layout1a.jpg') top left no-repeat;
margin: 0 auto;
width: 850px
height: 567px;
}

/*===>>> Enter your Text Box Data Here <<<===
.textbox {

}
*/
__________________
poof
Brandonnn is offline   Reply With Quote