The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
<a href="http://community.zoovix.com/group.php" target="_blank">http://community.zoovix.com/group.php</a>
Why is the whole page messing up like that? The white just stops. |
|
#2
|
||||
|
||||
|
Please provide a test login.
|
|
#3
|
|||
|
|||
|
Code:
Username: vborg Password: password |
|
#4
|
||||
|
||||
|
Take a look at what you have in your css, this isn't going to work:
Code:
.social_group .vbmenu_control {
text-align: left;
float: right;
background: none;
padding: 6px 0px;
margin: rightpx;
}
OR
#discussion_moderation, .discussion_tools {
float: right;
text-align: left;
clear: right;
white-spcae: nowrap;
}
|
|
#5
|
|||
|
|||
|
So how would I fix it?
|
|
#6
|
||||
|
||||
|
You need to use an html validator to get the page to validate. Right now, if you look at your source code, you've got some weird things going on. I mean, look at the bottom of the page source... you have a form started and never ended:
HTML Code:
<form action="index.php" method="get" style="clear:left">
And what about this? HTML Code:
<table align="center" border="0" width="900" cellpadding="0" cellspacing="0"> </table> HTML Code:
<table border="0" cellpadding="0" cellspacing="0" align="left" style="background-image: url(http://community.zoovix.com/images/evid_green/gradients/nav-bg.png); repeat: repeat-x;" height="50"> </table> I also recommend to anyone working on a style, to get the firebug add-on for firefox. It makes it much easier to Inspect your pages and see what is going on. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|