Hi All

and thanks for this community!
I successfully removed the Posting Rules from all pages on my forum. And now the Forum Jump is squished to the right side still. How can I center it in the middle of the page?
Add:
I tried
Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td align="center">
$forumjump (and all the rest of the forumjump code)
</td>
</tr>
</table>
and the forumjump menu was aligned to the left.
The code worked at this neat test table html window:
http://www.davesite.com/webstation/html/chap12.shtml
There seems to be some code aligning the forumjump code to the left?