hmmm
concerning redirects, you'r right, same things happens with Konqueror, they are all align left.
Yet, you can achieve better results with:
edit standardredirect template and after
Code:
<tr align="center" valign="middle">
<td>
paste
Code:
<div align="center" valign="left">
edit showthread template and replace
Code:
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#8080A6">
with
Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
this way will work with all browsers i think
you see, Konqueror ignores <tr align="blah blah">