Logo name

Ipb 2.2:Resizing Forum Skin to Fixed

From IpbWiki

  • Currently0.00/5
Jump to: navigation, search


Resizing Forum Skin to Fixed (75%)

Lots of forum owners prefer to be looking at a skin that does not take up the whole screen. Well, this tutorial will explain how to achieve just that in a simple and timely manner.

Follow these simple steps to achieve the desired result. Straightforward and to the point.

Administration CP Enter the Administration Control Panel (Admin CP) by visiting your forums and instead of browsing the index.php inside your forums' directory, change index.php to admin.php. This will bring you to the screen in which you enter your administrative username and password.

user posted image

CP Login Enter your administrative username and password (same as your forum username and password)

user posted image

Look & Feel Tab Click on the Look & Feel tab at the top of your forum.

user posted image

Cascading Style Sheets Click on the dropdown beside the skin and select Edit Edit Stylesheets (CSS Advanced Mode) from the dropdown menu.

user posted image

CSS Modification Press Ctrl + F in your browser to search for CSS on the page. In the box that determines what the browser will search for, type in:

CODE
.ipbtable

In that code, you will find a width attribute. Change the width from its current percent to 75%.

user posted image

Find:

CODE
#container

For the width attribute, enter:

CODE
width:75%;

user posted image

Save Template Bit After deleting the two lines of code, click on Save Template Bit.

user posted image

© 2007 by John of Platinum Zone. Find many more IPB tutorials at Platinum Zone

This page was last modified on 18 June 2007, at 01:02.  This page has been accessed 2,728 times.  Content is available under GNU Free Documentation License 1.2Disclaimers