User talk:RuMoR/Just4Fun

From WikiProjectMed
Jump to navigation Jump to search

{{helpme}} How do I make that the only thing on the page centered?

Hi RuMor, you can try a few things, but it would help if you could explain what it is that you're trying to center
You can try <center> [The thing that's being centered goes here] </center>
Even if you do that, some wikipedia boxes don't obey the rules in which case you can try putting them in a table, thus:

<center>
<table>
<tr>
<td valign="top">
<center>
[Whatever you want centered here]
</center>
</td>
</tr>
</table>
</center>

Hope this helps. Rfwoolf 16:28, 4 August 2007 (UTC)[reply]