|
Post by Benjiboy180 on Mar 6, 2008 3:52:17 GMT -5
I am having a horrible time with the codes on my site. They simply refuse to cooperate. It's mostly my skin codes and the codes to make different headers and footers for different skins. Right now, some portion of my code is causing everything on my site to disappear. I can't figure out where this code is coming from. I thought that I had found it, but I didn't. Any help would be appreciated. Thanks. And here is my link fakeptrees.proboards89.com/index.cgi~Benji
|
|
|
Post by Benjiboy180 on Mar 7, 2008 3:32:30 GMT -5
Ok, So I figured out that portion of my problem, but now there is a strange space between my logo and the rest of my board. Almost as if something should go there, but it isn't there to fit.
|
|
|
Post by Jordan on Mar 7, 2008 8:30:59 GMT -5
What do you mean... that space is suppossed to be there?
|
|
|
Post by Andrew on Mar 7, 2008 9:16:42 GMT -5
Your missing alot of codes in there for one you need:
Forum Resize code:
<script language="JavaScript"> var boardwidth = document.getElementsByTagName('TABLE'); for(i=0;i<boardwidth.length;i++) { if(boardwidth[i].width=="92%"){ boardwidth[i].width='FORUM WIDTH';}} </script>
^^ Global Footers
Vertical Border Code:
<style type="text/css"> <!--
background-position:center top; background-repeat:repeat-y;
-->
</style>
^^ Global Headers
|
|
|
Post by Benjiboy180 on Mar 8, 2008 2:47:37 GMT -5
Well, neither of those solved my problem. There is still a large gap between the logo and the board itself and now the board stretches all of the way to the corners of the screen instead of fitting nicely into the background (only on the admin functions screen however and the sub boards are super small) and the PM bar above the banner is gone.
I am not very good with codes. I understand how they work generally, but I really am not any good with them. That probably explains why everything is freaking out like this. I will leave the codes activated so you can see for yourself. I am so very confused right now, thanks so much for any help and don't feel rushed to help me, I know you are probably busy.
~Benji
|
|
|
Post by Ifrit on Mar 9, 2008 13:16:57 GMT -5
What browser are you viewing your site in?
|
|
|
Post by Benjiboy180 on Mar 9, 2008 16:27:03 GMT -5
I am currently using Firefox. That is the browser I do all of my internet stuff on, I guess it never occurred to me that it would matter, but it would make sense if it did.
|
|
|
Post by Ifrit on Mar 10, 2008 16:38:47 GMT -5
Huh, looks fine to me.
Maybe provide a screen shot, so we can see what you see?
|
|
|
Post by Benjiboy180 on Mar 10, 2008 17:33:21 GMT -5
|
|
|
Post by Andrew on Mar 10, 2008 18:46:35 GMT -5
The codes I gave you need to go in the global header and footer.
And all I can suggest is to remove all your codes and install them again 1 by 1, and once you find your problem you will have to not use that code.
|
|
|
Post by Ifrit on Mar 10, 2008 19:02:41 GMT -5
I was just going to suggest that -_-
Andy beat me to it.
|
|
|
Post by Benjiboy180 on Mar 10, 2008 19:13:48 GMT -5
The code that was causing those things was actually the Forum Resize code that you gave me, Andrew. The only problem now is the gap in my header that I will try to flush out. Thanks for your help, both of you.
So I flushed out the section of the code that causes the gap. it is in here somewhere:
<STYLE type="text/css"> <!-- body { scrollbar-face-color: #70804B; scrollbar-highlight-color: #70804b; scrollbar-3dlight-color: #4C5534; scrollbar-darkshadow-color: #4C5534; scrollbar-shadow-color: #4C5534; scrollbar-arrow-color: #4C5534; scrollbar-track-color: #9BAF73; } .a, font { font-weight: none; font-size: 10px; } .menubg { background-image: url(http://www.imagebee.org/images/3326blank.jpg); background-repeat: no-repeat; background-color:#AAB295; text-align: left; vertical-align: top; text-indent: 20px; padding-top: 0px; padding-bottom: 0px; height: 150px; } A:hover { text-decoration: underline overline; } textarea { font-size: 7pt; color: #4C5534; border: 1px solid #4C5534; background-color:#9BAF73; color: #4C5534; } input { font-size: 7pt; color: #4C5534; border: 1px solid #4C5534; background-color: #AAB295; color: #4C5534; } select, option { font-size: 7pt; color: #4C5534; background-color: #AAB295; } .catbg { background-image: url(Blank); background-repeat: repeat; } .titlebg { background-image: url(http://i93.photobucket.com/albums/l48/benjiboy180/Olive%20Leaf/Main%20Images/title_bg.png); background-repeat: repeat; } BODY {background-position:center top;background-repeat:repeat-y} } --> </style>
|
|
|
Post by Andrew on Mar 10, 2008 21:29:12 GMT -5
The form resize code is Basic JavaScript, that every forum on proboards use's. So it was not that code.
As i say remove each code 1 by 1 and re apply them.
|
|
|
Post by Benjiboy180 on Mar 10, 2008 22:26:30 GMT -5
I don't know, but once I took it out, everything went back to normal. Everything except the original problem that I had, which was caused by the code that I posted above. The only thing is, I don't know what part of that code is causing the problem. I am thinking about just using a different skin because this one is giving me fits.....
|
|