Switch to full style
Support for phpbb3 & codemiles styles
Post a reply

(3.0.4) Skymiles Setting Fixed WIDTH

Sun Dec 28, 2008 2:58 pm

Hi,

I was just wondering how to set the forum FIXED width on my homepage

http://hotgoals.byethost4.com/forum/

Currently when you make the window smaller in width the text starts wrapping. ?



Re: (3.0.4) Skymiles Setting Fixed WIDTH

Sun Dec 28, 2008 8:51 pm

in the stylesheet.css file
Code:
body {
     color:#333333;
     background-color:#FFFFFF;
}

set your forums size inside this part .

Re: (3.0.4) Skymiles Setting Fixed WIDTH

Mon Dec 29, 2008 2:56 pm

Yes

Would this code change the width of the forum

Code:
#wrap {
   padding: 0 20px;
   min-width: 650px;
   width: 760px;
   margin: 0 auto;


???

Re: (3.0.4) Skymiles Setting Fixed WIDTH

Mon Dec 29, 2008 3:53 pm

yes it should :)

Post a reply
  Related Posts  to : (3.0.4) Skymiles Setting Fixed WIDTH
 Control HR tag width and height     -  
 Setting a Cookie Value in php     -  
 Get Width and Height -Inner and Outer for HTML element     -  
 draws a big image scaled to its width-height as specified     -  
 static vs fixed div position     -  
 setting div background position     -  
 simple example for fixed image     -  
 Fixed Space Using imageTTFbbox()     -  
 Setting maximum height of paragraph -P tag     -  
 Dynamically Setting and Accessing Variables     -