View Full Version : Input boxes help...
Dean C
05-06-2002, 06:16 PM
For some reason that i have no idea why... all the input boxes on my site have gone white with no borders or anything like that...
i have no idea why this has happened or when it happened...
can any1 think of any way i can fix it???
Dean C
05-08-2002, 03:54 PM
*bump*
Admin
05-08-2002, 04:04 PM
Link?
Dean C
05-08-2002, 04:43 PM
<a href="http://www.emceebattleraps.com/forums" target="_blank">www.emceebattleraps.com/forums</a>
u will see what im talking about...
Dean C
05-10-2002, 08:20 PM
*bump*
Dean C
05-24-2002, 06:03 PM
man i hate bumping but this makes my forums look terrible ...
Link again: www.emceebattleraps.com/forums
Goto default style if that isn't the one that's already there...
Admin
05-25-2002, 04:49 AM
I really have no idea, sorry.
Dean C
05-25-2002, 07:41 AM
damn :(... does anyone else ???
have u messed with the css?
Dean C
05-25-2002, 01:28 PM
the only thing i did in the head insert bit (where the css is) is add a function for the edit sig hack in the postbit..... i tried removing that but it didnt change anything...
shall i post my headinsert ???
Dark_Wizard
05-25-2002, 11:23 PM
yes and your css file as well....
Dean C
05-26-2002, 06:35 PM
css file???
Logician
05-28-2002, 10:31 AM
It's frequent nowadays: Your HTML structure is a mess.. Meaning it's not properly written, unclosed tags, improper HTML tags etc. To prove it, just insert the source code of your your into DreamWeaver for example and see how the page is a mess. DreamWeaver cant even display it properly
The reason for this is the template modifications you made. Whatever templates you changed (or a hack changed) were not healty HTML. (Check here https://vborg.vbsupport.ru/showthread.php?s=&threadid=38912 .. we discussed it there too..).
Your cure is not easy:
a) You can try to debug it which is not easy because there are a lot of templates to check and this requires good command of HTML to debug and correct.
b) You can revert your relevant templates back to original which will certainly cure your problem. However this time you need to apply all templated modifications and hacks that made template modifications back again. If you choose this way, try to check which template change does it.
c) You can bear it. However in the future if you do more template modifications, your page can get more messy..
That's all help I can provide..
Regards,
Logician
Dean C
05-28-2002, 07:00 PM
thanks for your help logician... i guess ill have to bear it then... cuz i have that many hacks installed ...
Chris M
05-28-2002, 07:31 PM
Well...
You could, alternatively, copy out all your templates that have been modified, and revert them one by one...
If they dont make any change, replace the template with the copied and edited template you saved...
Go through them all, until you either find it, or have replaced them all...
If that happens, send all your templates to me, and I shall see if I find anything...
If you want to send them to me, email :
darkblazes@hotmail.com
Satan
Logician
05-28-2002, 07:47 PM
Mist, I suggest what hellsatan suggested, it's a good idea.. You'd better correct the code, it can cause you more problems with future template modifications or hacks..
BTW you dont need to reapply or regard all hacks, just check for the ones that made modifications in the relevant templates..
Just copy the template info somewhere and revert them one by one as hellsatan suggested, you can trace it out..However to correct it after you found it will be an another story :)
Dean C
05-29-2002, 06:19 PM
thanks for all your help... when i have a little time ill do this as it is a nuiscance... when i come accross the culprity template(s) i will post them here if i cannot work it out
Thanks Once Again guyz... :D
Princeton
05-30-2002, 01:48 AM
Here's your problem:
SCROLLBAR-BASE-COLOR: 005987" background="images/catbg2.gif";
sl@ppE CsS
Dean C
05-30-2002, 06:40 PM
how wud i fix this then:
CSS FILE BELOW:
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
BODY {
SCROLLBAR-BASE-COLOR: {categorybackcolor};
SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
}
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #000000;
BACKGROUND-COLOR: #A5A5A5
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
COLOR: {linkcolor};
}
A:hover {
COLOR: {hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: {categoryfontcolor};
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: {categoryfontcolor};
TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: {linkcolor};
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: {hovercolor};
TEXT-DECORATION: underline;
}
.thtcolor {
COLOR: {tableheadtextcolor};
}
</style>
$headnewpm
Dean C
05-30-2002, 06:59 PM
neva mind the problem is that i have an image as my category background ... its fixed now :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.