the <center> tag is cool because it aligns both inline and block data. Is
there a way to do a css markup that does the same things as center does?

I know there is div.centerme {text-align: center} which only works on inline
data and then there is div.centerme { margin-left: auto; margin-right: auto}
or whatever for block data. Is there a way to do both at once?

Is center deprecated?



Reply via email to