MyBB Community Forums

Full Version: Portal custom boxes.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cant figure out how to make portal custom boxes in the center screen.
Help?
And yes im in templates
cooljesse223 Wrote:I cant figure out how to make portal custom boxes in the center screen.
Help?
And yes im in templates

This depends on how you want the box to look like. A simple box would be to place this code, for example, above the the <navigation> in the header template, if you want to make it display in all pages:

<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table border="0" cellpadding="{$theme['tablespace']}" width="622">
<tr><td align="right" valign="bottom">
	<p align="center"><b><font size="5">This is an example</font></b></td></tr>
</table>
</td>
</tr>
</table>
i just want it in the center of of the portal page and nor can i find a template for center custom boxes in the portal page
cooljesse223 Wrote:i just want it in the center of of the portal page and nor can i find a template for center custom boxes in the portal page

Are you talking about the portal page, like the one of this forum:
http://community.mybboard.net/portal.php
? Or do you mean the index page, which some prefer it to call portal page?
yeah like that portal page i also want a custom box in the center like that
cooljesse223 Wrote:yeah like that portal page i also want a custom box in the center like that

OK. This will answer your question:

http://community.mybboard.net/showthread...#pid105980
No it doesnt it confuses me.
Is this something like what you are after :

http://forum-styles.com/mybb-demos/index.php

Select: Dreamy-Beige. > Change

In the toplink bar - click portal. Wink