The templates all have tables aligned to the center, and the tablealign theme was removed in V6...<br /><br />So, you'll have to simply do some searching and replacing in the templates to align your forum to the left instead of centered.<br /><br />First, open all template files. The following templates don't need to be modified:<br /><br />[:"#666666"]ubbt_closedboard.tmpl<br />ubbt_footer.tmpl<br />ubbt_header.tmpl<br />ubbt_icon_select.tmpl<br />ubbt_instant_ubbcode.tmpl<br />ubbt_jumper.tmpl<br />ubbt_notright.tmpl<br />ubbt_registerednav.tmpl<br />ubbt_unregisterednav.tmpl<br />viewfavorites.tmpl<br />viewmessage.tmpl<br />viewmessages.tmpl<br />viewpoll.tmpl<br />viewprivacy.tmpl<br />viewreminders.tmpl[/]<br /><br />But, all the others will need to be modified.<br /><br />Once you have them opened in your favorite text editing program that can do find and replace of all active/open documents (save all/close all is helpful, too <img src="/forum/images/icons/wink.gif" alt="" />)... search for the following:<br /><br />[:"red"]width="{$theme['tablewidth']}" align="center"[/]<br /><br />...and replace it, simply, with:<br /><br />[:"green"]width="{$theme['tablewidth']}" align=""[/]<br /><br />We leave the [:"blue"]align=""[/] in so you can easily retrace your steps and change it back if you want/need, without accidently replacing [:"blue"]width="{$theme['tablewidth']}"[/] in the wrong places.<br /><br />(Then save all files, upload, bla bla bla...)<br /><br />IIRC, in previous versions that had the tablealign theme, you couldn't align the tables to the left because that would screw everything up and create a kind of nested chaos on the screen. Same applies here... by removing the align code altogether, the tables align to the default, and hence, to the left. Simple!
_________________________
Muhammad