Right now I have two Buttons that are stacked,
I would like to have them inline with each other. Here is the code for the stacked option
.appstore-button{
width:152px;
height:57px;
background:url(../images/appstore_button.png) no-repeat center top;
display:block;
text-indent:-999999px;
border:none;
outline:none;
text-decoration:none;
margin:0 0 0 1px;
}
.googleplay-button{
width:152px;
height:57px;
background:url(../images/google_play.png) no-repeat center top;
display:block;
text-indent:-999999px;
border:none;
outline:none;
text-decoration:none;
margin:0 0 0 1px;_
Thank you for you help