1
Answer

what is null?

Madhu Patel

Madhu Patel

1y
29
1

what is null?

Answers (1)
0
abed akhi

abed akhi

NA 57 23.5k 12y
Hi, as for the text-align:center

I replaced it with <center>...</center>

and it worked, thanks.
0
abed akhi

abed akhi

NA 57 23.5k 12y
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?