i was looking in the ACP and i noticed their was not catagory for the middle
What files do i edit to change the middle colum
How do i change the middle width
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 9
- Joined: 30. June 2008 01:33
-
- Former Team Member
- Posts: 625
- Joined: 19. January 2008 23:56
- phpBB.de User: thomas.d
- phpBB.com User: thomas.d
- Contact:
Re: How do i change the middle width
Hi FD (here we greet each other ... )
open
/root/styles/*your_style*/template/portal/portal_body.html
Find
Now play with the width="100%"-thing ...
Note:
Your left and right column are 180 pixels each.
Add 20 pixels padding between blocks.
So 380 pixels are consumed by left and right blocks plus paddings.
The rest is the width of your center blocks.
For example, if you want it as wide as the left/right blocks then change
to
and so on ...
open
/root/styles/*your_style*/template/portal/portal_body.html
Find
Code: Select all
<table cellpadding="0" cellspacing="0" border="0" width="100%">
Note:
Your left and right column are 180 pixels each.
Add 20 pixels padding between blocks.
So 380 pixels are consumed by left and right blocks plus paddings.
The rest is the width of your center blocks.
For example, if you want it as wide as the left/right blocks then change
Code: Select all
width="100%"
Code: Select all
width="360"
Viele Grüße
Thomas
Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
Thomas
Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
-
Topic author - Active Member
- Posts: 9
- Joined: 30. June 2008 01:33
Re: How do i change the middle width
hey thanks alot problem solved