The Forum Width! - NBS






 

 

The Forum Width! - NBS

View Full Version : The Forum Width!


mtchbx20rol
09-Oct-2004, 03:30 AM
How do I change it so my forum is at 50%

BMITB Online Forum (http://robbyzworld.com/forum/index.php)

Thank you in advance!

nightfox_pc_asst
09-Oct-2004, 03:48 AM
I will look into it and get back to you...

;)

Nightfox PC Asst
NBS Assistant

nightfox_pc_asst
10-Oct-2004, 11:05 PM
I'm still researching that for you...

I did try a item in the CSS area that did shrink the forums to 50% however other settings were missing to get the full effect...

table
{ /* makes all tables 100% wide */
width: 100%;
}

When I find these other settings I will post them ;)

Hang in there I'm working on it...lol

NF

mtchbx20rol
11-Oct-2004, 02:03 AM
thanx man :)

nightfox_pc_asst
14-Oct-2004, 05:31 AM
#ipbwrapper{
margin: 20px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */
width: 98%;
}

This code in IPB 2.0 changes the width of the board or so it states in this copy and paste from the CSS Advanced Mode area.

Hope it helps.

NF

mtchbx20rol
20-Oct-2004, 04:07 AM
I put that code in now my forum is all messed up! Any ideas! It is all centered! here is the code


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><% TITLE %></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<% GENERATOR %>
<% CSS %>
<% JAVASCRIPT %>
</head>
<body>
<% BOARD HEADER %>
<% NAVIGATION %>
<% BOARD %>
<% STATS %>
<% COPYRIGHT %>
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
</html>

mtchbx20rol
20-Oct-2004, 04:11 AM
Attached in the code that I have! Apparently I centered everything and its all fouled up now!

mtchbx20rol
20-Oct-2004, 04:42 AM
Ok fixed it, but code still doesn't work!