Intechnic
Users Developers
Home / Forums / In-Portal CMS / Need Help! / Center page on screen / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Center page on screen (3)


Posted: 03/02/2005 12:33:29 AM

Reply Quoted  


What do I need to modify to center the page on the screen?

Posted: 03/02/2005 10:00:10 AM

Reply Quoted  


djdurant wrote:03/02/2005 12:33:29 AM
What do I need to modify to center the page on the screen?


Hello,

This is pure HTML question. You can try to add:

<div align="center">

code right after <BODY> tag, or add another table abode the main one in the template and place everything in it, or adjust main table properties to make it centered.

I hope this helps.

Thanks.

Posted: 03/02/2005 10:57:59 PM

Reply Quoted  


Dmitry wrote:03/02/2005 10:00:10 AM
djdurant wrote:03/02/2005 12:33:29 AM
What do I need to modify to center the page on the screen?


Hello,

This is pure HTML question. You can try to add:

<div align="center">

code right after <BODY> tag, or add another table abode the main one in the template and place everything in it, or adjust main table properties to make it centered.

I hope this helps.

Thanks.


Understood, and will try this...