|
Post by matthew on Feb 16, 2006 4:41:28 GMT -5
The Menu Image is called menue-backgroundAnd the Category and title Image is called bg-title-cathope that helps
|
|
|
Post by Age of Grunge on Feb 16, 2006 18:32:40 GMT -5
Is there a way to make this where the boards don't run into the long bar thing in the background, and all the colors blend in?
|
|
|
Post by matthew on Feb 17, 2006 16:58:59 GMT -5
I'm not sure what you mean. Do you mean resize the forum width?
|
|
|
Post by Age of Grunge on Feb 17, 2006 17:20:00 GMT -5
Yea I guess. You know the little thing on the sides of the background? It's a big bar. Well the boards cover up that bar. And it doesn't look right. It does it in the preview too.
|
|
|
Post by matthew on Feb 17, 2006 17:36:58 GMT -5
this is what I'm seeing. img.photobucket.com/albums/v283/dudleythoth/atvbwym.jpgI'm guess that you mean the verticall bars either side of the board, but the forum isn't overlapping them for me, so either for some reason the forum width code isn't working for you, or you mean something else. this is the code that modifies the width of the boards. You change the forum width by changing the pixel width, highlighted in the code. you can't really change the width though without messing up the head and base images. <!-- FORUM WIDTH = DONT EDIT --> <SCRIPT LANGUAGE="JavaScript"> <!-- tablew = document.getElementsByTagName('TABLE'); for(t=0;t<tablew.length;t++) { if(tablew[t].width=="92%"){ tablew[t].width=' 708'; } } // --> </script>
|
|
|
Post by Age of Grunge on Feb 17, 2006 18:52:59 GMT -5
Yea, that's what I'm talking about. What width size did you use to make it like the one in your screenshot? nirvanamania.proboards61.com/index.cgi708 is what's on there. And that's how it looks.
|
|
|
Post by matthew on Feb 17, 2006 19:49:52 GMT -5
I didn't think to check the screen width. If you add this to your global headers it should fix the problem. <style> body } background-position:center top; background-repeat:repeat-y; } </style>
|
|
|
Post by Age of Grunge on Feb 17, 2006 19:56:43 GMT -5
That didn't work. Do I have to take out the change forum width code to put that one in?
|
|
|
Post by matthew on Feb 17, 2006 20:31:15 GMT -5
hmmm..this is tricky.
Look for this code in your headers
<STYLE type="text/css"> <!-- BODY { direction:; background-attachment:fixed; scrollbar-arrow-color:000000; scrollbar-track-color: 2D2F38; scrollbar-face-color: 2D2F38; scrollbar-highlight-color: 2D2F38; scrollbar-3dlight-color: 2D2F38; scrollbar-darkshadow-color:2D2F38; scrollbar-shadow-color:2D2F38; } -->
</STYLE>
and remove the part in orange.
then try out this code again
<style>
body } background-position:center top; background-repeat:repeat-y; }
</style>
I'm hoping that will work
I don't think its a problem with the forum width code.
|
|
|
Post by Age of Grunge on Feb 17, 2006 20:44:01 GMT -5
I don't think that did anything.
|
|
|
Post by matthew on Feb 17, 2006 21:28:40 GMT -5
I've managed to get it centered like this <STYLE type="text/css"> <!-- BODY { background-position:center top; background-repeat:repeat-y; background-attachment:fixed; scrollbar-arrow-color:000000; scrollbar-track-color: 2D2F38; scrollbar-face-color: 2D2F38; scrollbar-highlight-color: 2D2F38; scrollbar-3dlight-color: 2D2F38; scrollbar-darkshadow-color:2D2F38; scrollbar-shadow-color:2D2F38; } --> </STYLE> ouroboros.proboards16.com/index.cgiif you remove the other scroll bar code and that other code, and replace it with this. It might work for you too.
|
|
|
Post by Age of Grunge on Feb 17, 2006 22:14:51 GMT -5
|
|
richardkc3proboards99com
Guest
|
Post by richardkc3proboards99com on May 11, 2006 17:35:01 GMT -5
um the download link does not work can someone plz fix this
|
|
|
Post by Michael on May 11, 2006 23:11:26 GMT -5
I looked for the creator of this template and alas I have not found him. He has a preview board so you are probably going to have to save them directly to your computer. =/ Do not hotlink though.
|
|
|
Post by ~•XyMiC•~ on May 14, 2006 22:50:32 GMT -5
I think I know his email. He's my friend. I'll check out my emails and see if I can contact him.
|
|
|
Post by kingcobra on Jul 10, 2006 20:26:58 GMT -5
|
|
|
Post by Michael on Jul 11, 2006 10:14:49 GMT -5
Thanks for posting a new download link, kingcobra. I edited the post for you.
|
|
|
Post by kingcobra on Jul 25, 2006 17:07:26 GMT -5
no problem
|
|
|
Post by krypton on Aug 3, 2006 16:06:24 GMT -5
It Still dosnt work
|
|
|
Post by Michael on Aug 3, 2006 23:42:12 GMT -5
Krypton, I will try and find a new link for you. I'm not sure where I can find one though but I will look. Sorry about all the broken links you've been running into lately. =/
|
|