The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help!:(
I was wondering of someone could help me remove the space at the left and right of the forums. I tried setting my table width to 100, but there is still space there...how do i remove it? An example of the width can be seen at somethingleet.com or http://www.xelation.com/forum/
Thanx in Advance. |
#2
|
||||
|
||||
Have you tried editing your <body> tag? You might try adding the topmargin and leftmargin attributes. In other words:
Code:
<body topmargin="0" leftmargin="0"> |
#3
|
|||
|
|||
CSS, imo, works a lot better than specifying it in the body tag, instead, use it in the body section of your CSS template.
Admin CP -> Styles -> Modify -> Head Insert Right below: body { Add: MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; Then remove all of the margin settings from the non-css body section. |
#4
|
||||
|
||||
Either will work, but I like SaintDog's method better. He's right it's works better.
|
#5
|
|||
|
|||
Thanx for the support guys, i just got back, i'll go try it out now.
iLLuSioNaL. |
#6
|
|||
|
|||
Hey Saint Dog, i tried that, and i put it in the right place...but it still doesn't work? Can you tell me what im blatently missing?
Sorry for being such a newb. Quote:
|
#7
|
|||
|
|||
hmm, that should be right actually, unless it's the caps, though I don't see why.
body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px} is the proper code, at least according to O'Reilly CSS reference. |
#8
|
||||
|
||||
AND it looks right in IE. I don't see any spaces at all. What browser and OS are you using?
|
#9
|
|||
|
|||
Ah, there you go, it may be the browser.
I remember the site design, people with apple os had some problems with the CSS, especially if they didn't upgrade from 4.0 browsers. Looked kind of funky. Think there's a CSS validater around, I do know TopStyle has a validater that checks the CSS with different versions, os and browsers, pretty sure there's one for free on the web, just can't remember where. Guys? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|