ivoog
03-11-2009, 07:28 PM
http://www.ivoog.com/test/help
I'm trying to make all of the "payment" buttons centered. So that it would be 4 on the top and 4 on the bottom centered in the middle. How would I do this? I always have these simple problems that I cannot figure out.
The CSS for this is:
#othermain2 {
width:850px;
height:850px;
float:left;
}
#middlestyle {
width:850px;
height:850px;
text-align:center;
}
.middlebox {
width:100px;
height:100px;
text-align:center;
float:left;
}
and the html is on the page. BEST ANSWER WILL BE CHOSEN WHOEVER ANSWERS CORRECTLY FIRST! What do I need to change? Thanks!
I'm trying to make all of the "payment" buttons centered. So that it would be 4 on the top and 4 on the bottom centered in the middle. How would I do this? I always have these simple problems that I cannot figure out.
The CSS for this is:
#othermain2 {
width:850px;
height:850px;
float:left;
}
#middlestyle {
width:850px;
height:850px;
text-align:center;
}
.middlebox {
width:100px;
height:100px;
text-align:center;
float:left;
}
and the html is on the page. BEST ANSWER WILL BE CHOSEN WHOEVER ANSWERS CORRECTLY FIRST! What do I need to change? Thanks!