Easy all, I'm building a few design templates and in XHTML(Basic DTD) and I've always used, just at the start of by <body> content:
<div align="center">
</div>
Which makes everything in the div tag centered, like this site. But it's not supported by XHTML 1.0, so I've gotta do it in CSS. But what tag do I use to create the same effect?
Thanks in advance!
<div align="center">
</div>
Which makes everything in the div tag centered, like this site. But it's not supported by XHTML 1.0, so I've gotta do it in CSS. But what tag do I use to create the same effect?
Thanks in advance!
Comment