1
Ro5SM
Table width
  • 2004/3/11 17:21

  • Ro5SM

  • Just popping in

  • Posts: 38

  • Since: 2003/12/14


I've been wondering, how do you make it so an XOOPS site doesn't cover the full width of a page, so that, for example, each page is centered and covers 85% of the page? Would this be controlled in a file for a theme?

2
ladon
Re: Table width
  • 2004/3/11 17:32

  • ladon

  • Quite a regular

  • Posts: 284

  • Since: 2003/10/31


You can change this in the theme file. just center the main table and give it a percentage (85% in this case) for the width.

3
m0nty
Re: Table width
  • 2004/3/12 5:18

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


the best way is as follows..

at the top of your theme file set a table class as follows >




don't forget to add an extra
just above
at the bottom of the theme.html file

then in your style.css file add the following >

.theme1
{
width: 85%;
border: 0px solid #000000;
}


you can change the name theme1 to anything u like..

Login

Who's Online

803 user(s) are online (291 user(s) are browsing Support Forums)


Members: 0


Guests: 803


more...

Donat-O-Meter

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

Latest GitHub Commits