0
Hi, as for the text-align:center
I replaced it with <center>...</center>
and it worked, thanks.
0
Hi,
so for the float I replaced it with :
.inline
{
display:inline-block;
display:-moz-inline-box;
vertical-align:top;
}
and it worked on all the browsers but what about the text-align:center how should I fix it?