|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Web Coding | |
[IPB] Anyone help me change some settings?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
PC Gamer
|
Can anyone help me change a few settings on ipb. It shouldnt be too hard.
I just want my forums http://forums.taskforcedelta.net/ to be a set width instead of sizing to the screen. Then if possible get them into the white bit of http://taskforcedelta.net/ but without the server and vent info on the right. If anyone can help me please reply. Thanks ![]()
__________________
OurFreeLife - Learn how to get the latest gadgets for free TFD are recruiting for FarCry 2
|
|||||||||||||
|
|
|
|
|
#2 (permalink) | |||||||||||
|
Programmer
|
just change your width settings from % values to a px value.
__________________
|
|||||||||||
|
|
|
|
|
#3 (permalink) | ||||||||||||
|
Programmer
|
to change the width, usually inside your <body> html tag, there will be one that is <width ="something%" just change the something to ="somethingpx" so its an actual pixels value rather than setting it to 100% of the page (which Im assuming it does)
change it in usually increments of 10 or 15 pixels, then you can fine tune it to be exactly where you want.
__________________
EEE, FFF.... F. word. Quote:
![]() ![]()
|
||||||||||||
|
|
|
|
|
#4 (permalink) | ||||||||||||
|
Programmer
|
do it in css so you dont have to do it on every page:
body{width:800px;}
__________________
"If there is a god, I hope he has a good excuse" Woody Allen
|
||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|