MyBB Community Forums

Full Version: Some portal editing help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm decided to use the mybb portal and edit it. This is what I have so far...

http://PenHacks.net

What I want to do is simple i think xP

I want to make it so no matter how big your internet screen is the portal will always stay in center.

I also want to make it so I can add boxes on the right side.

If any one can give me the codes to do this I would lOVE u xP
Don't you have half of your threads on portals, i think someone answered this before.
I made a thead about my portal once before, no one answered figured it died out so I asked again. I'll check if some one answered my first one.

EDIT: Nope, no one ever answered my last thread.
well you would need a fixed width for it to work on different resulotions.

940px normally works.

As for making a right clock, this might or might not work.

Anyways create a new template and name it portal_right.

then go to that template and put <div align="right"> and put your stuff then end it with </div>

Then in the portal template put {$right}.

I hope that was clear enough for you if not just say so.
Everything is a huge table... =/

Anyways, to center it. Go to your portal template, and before the main huge table starts, add <div style="margin: auto auto"> and after the huge table closing tag, add </div>
Thanks guys for your help. I'll try this stuff.