Log in

View Full Version : center Forum Jump


SpreadingLight
01-31-2008, 03:22 AM
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

<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?

SpreadingLight
02-04-2008, 11:28 AM
this has Got to be easy to do