PDA

View Full Version : how to center align my bioBox?


beeplove
Jul-12-2006, 05:54 PM
Here is my bioBox code:


#bioBox {
background-color: #808080;
text-align: center;
border: 20px solid #fff;
height: 480px;
width: 480px;
}


How can I center align my bioBox?

Dna
Jul-12-2006, 08:20 PM
#bioBox {
background-color: #808080;
text-align: center;
border: 20px solid #fff;
height: 480px;
width: 480px;
margin-left:auto;
margin-right:auto;
}

:):

Dna

Andy
Jul-13-2006, 03:36 AM
#bioBox {
background-color: #808080;
text-align: center;
border: 20px solid #fff;
height: 480px;
width: 480px;
margin-left:auto;
margin-right:auto;
}

:):

Dna
Thanks for helping out Dna, :deal

beeplove
Jul-13-2006, 04:31 AM
Thanks a lot both of you.

Dna
Jul-13-2006, 05:43 AM
Thanks a lot both of you.No problem.
Thanks for helping out Dna, :deal Heh heh, I'll do the easy stuff and let you concerntrate on the hard stuff ... :rofl:wink

Dna