1
trilas
How to center page
  • 2006/2/26 1:25

  • trilas

  • Just popping in

  • Posts: 8

  • Since: 2006/2/5 1


I have minimized my homepage to 80%, which I find the best! But i can't center the entire page...it aligns the page to the left! I have minimized the page in the .css-file and have looked for a way to center the page...but can't find it anywhere!

Please help!!!

2
FrEaKmAn
Re: How to center page
  • 2006/2/26 1:38

  • FrEaKmAn

  • Just popping in

  • Posts: 57

  • Since: 2006/2/17


in theme file you just type <center></center>

3
trilas
Re: How to center page
  • 2006/2/26 15:55

  • trilas

  • Just popping in

  • Posts: 8

  • Since: 2006/2/5 1


Ok, but where shall I place the line? I havde just installed XOOPS a couple of days ago, så i'm rather new to this stuff!!

4
trilas
Re: How to center page
  • 2006/2/27 6:30

  • trilas

  • Just popping in

  • Posts: 8

  • Since: 2006/2/5 1


Help anyone...???

5
studioC
Re: How to center page
  • 2006/2/27 11:13

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


the easiest way to do so for both browser IE and firefox is to set your body to center and then align the next container to left.

Look into the files of the actual theme!

First, Open your theme.html, add a <div> around your content, put <div id="xoopscontent"> right after the opening <body> tag and one </div> right before the closing </body> tag.

In short it should look like this :

<body>
<div id="xoopscontent">
...... your content ....

</div>
</body>


Then open and edit your style.css and add:


body {
text-align:center;
}

#xoopscontent {
margin: 0 auto 0 auto;
text-align:left;
}


Happy theming

6
trilas
Re: How to center page
  • 2006/3/1 18:34

  • trilas

  • Just popping in

  • Posts: 8

  • Since: 2006/2/5 1


Ok, that did the trick, THANKS!

New problem...I can't align the blocks to the left! The left block are towards the middle. I want to have the left block all the way to the left!! See page below...

Click here...

Login

Who's Online

124 user(s) are online (44 user(s) are browsing Support Forums)


Members: 0


Guests: 124


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits