quote:
Originally posted by .Lou
quote:
Originally posted by alby
code:
<div align='center>
<div class='container>
</div>
</div>
First of all, that's incorrect. Also, it's not xhtml valid.
code:
<div style="align:center;">
<div class="container">
stuff here
</div>
</div>
Cheers, will try that tomorrow