The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Annoying 100% border on login.php
Hi guys,
If you view the attached screen-shot, what I'm about to ask will make more sense Basically the outside border sits at 100% (my forum uses 100% width). However, on the login page this looks plain daft, so I need to change something so either the border is removed (for this page only), or ideally for the border to sit around the logn box in the centre of the screen. Could someone point me in the right direction please? Thanks, Richard (Also posted on vB.com but not had any response) |
#2
|
|||
|
|||
You know, the weird thing is, that page isnt even suppose to have a border on it O.o
|
#3
|
|||
|
|||
LOL, don't say that!
Well the rest of my site is supposed to have a 100% black border, so I'm assuming that when designing the site, we've put a tag in the wrong place. As a long shot, could you suggest the best place to look? |
#4
|
|||
|
|||
Ok gimee a second
--------------- Added [DATE]1195398931[/DATE] at [TIME]1195398931[/TIME] --------------- Could you please provide me with the template contents of your "STANDARD_REDIRECT" template? |
#5
|
|||
|
|||
Assume this is the correct file? Thanks in advance for your help.
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <if condition="!$postvars"> <noscript> <meta http-equiv="Refresh" content="2; URL=$url" /> </noscript> <script type="text/javascript"> <!-- function exec_refresh() { window.status = "$vbphrase[redirecting]" + myvar; myvar = myvar + " ."; var timerID = setTimeout("exec_refresh();", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.status = ""; window.location = "$js_url"; } } var myvar = ""; var timeout = 20; exec_refresh(); //--> </script> </if> $headinclude <title>$pagetitle</title> </head> <body> <br /> <br /> <br /> <br /> <form action="$formfile" method="post" name="postvarform"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center"> <tr> <td class="tcat">$vbphrase[redirecting]</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <blockquote> <p> </p> <p><strong>$errormessage</strong></p> <if condition="$postvars"> $postvars <p id="click_here_p" class="smallfont">$vbphrase[click_the_following_button]</p> <input type="submit" class="button" value="$vbphrase[proceed]" accesskey="s" /> <else /> <p class="smallfont"><a href="$url">$vbphrase[click_if_browser_does_not_redirect]</a></p> <div> </div> </if> </blockquote> </div> </td> </tr> </table> </form> <if condition="$postvars"> <!-- redirect with POST --> <script type="text/javascript"> <!-- fetch_object('click_here_p').style.display = 'none'; function submit_form() { window.status = "Redirecting" + myvar; myvar = myvar + " ."; timerID = setTimeout("submit_form();", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.status = ""; document.forms.postvarform.submit(); } } myvar = ""; timeout = 18; submit_form(); //--> </script> <!-- / redirect with POST --> </if> </body> </html> |
#6
|
|||
|
|||
Well, its definitly not in the template. The only other thing that I think it could be is a CSS code wich is causing this. Check your aditional CSS defenitions for anything that might be the result of whats happenening, thats all I can think of. Sorry I cant be of any better help :/
--EDIT-- You also might want to take a look at the CSS definitions for your "surround panel" block, think it might be something there thats causing this to happen. |
#7
|
|||
|
|||
Will try and have a look now - I'm fine with the basics, but I'm not a seasoned expert lol.
Thanks, Richard Edit: The CSS entry for "Surround Panel" is the standard version - nothing has been added. |
#8
|
|||
|
|||
Then I'm truly mistified, no ideas maybe someone else will come across this topic and know what to do
|
#9
|
|||
|
|||
Quote:
Spent ages looking for the error, but with no joy. Thanks for trying though. Can anyone else offer a suggestion? Richard |
#10
|
|||
|
|||
Where did you add the border? Body tag definition? Additional CSS? "headinclude"?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|