Former Member
inherit
guest@proboards.com
77583
0
Dec 1, 2024 14:41:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 10, 2011 18:14:36 GMT -8
Put it in your footers instead of headers. ^^
|
|
inherit
167085
0
May 1, 2016 22:17:32 GMT -8
vanquished
Kilindi Founder
73
May 2011
vanquished
|
Post by vanquished on Jun 10, 2011 18:35:10 GMT -8
oh durr.. shoulda had a V8..
but my personal messages arent disappearing..
|
|
Former Member
inherit
guest@proboards.com
77583
0
Dec 1, 2024 14:41:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 10, 2011 18:54:38 GMT -8
You want your personal message text in the welcome table to disappear? This post should help you. It shows you how to remove all that gobbledygook. And hey, there is no such thing as a stupid question. There are only stupid people, and stupid people are usually stupid because they refuse to ask questions. (: You don't know how many times I've thrown pity parties in the code support board. >.>
|
|
inherit
167085
0
May 1, 2016 22:17:32 GMT -8
vanquished
Kilindi Founder
73
May 2011
vanquished
|
Post by vanquished on Jun 11, 2011 16:09:20 GMT -8
The black background is still there... How do I get that to disappear..
Ok. lol. Ive done this before tho and now all of a sudden it wont disappear.. also another thing (lol)
How can I word this... I want the same cbox to be throughout all my skins but for it to be different colors with all skins.. like if I say hi on the grey day skin, i want it to say hi on the sunshine skin but in different colors... if you need me to explain better i can.. Thanks!
|
|
Former Member
inherit
guest@proboards.com
77583
0
Dec 1, 2024 14:41:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 11, 2011 16:18:14 GMT -8
Are you certain you put the code for resizing your welcome table in your global headers? That should change the width, but it doesn't appear as if it is. Also make sure that you have it set to be used on the skin you're using.
Also, for custom CSS (the code that changes the colors for your Cbox) I think you have to have premium. I don't think there's a way to make it change with the skins otherwise, so you might just have to pick some neutral colors for it.
|
|
inherit
167085
0
May 1, 2016 22:17:32 GMT -8
vanquished
Kilindi Founder
73
May 2011
vanquished
|
Post by vanquished on Jun 11, 2011 17:00:25 GMT -8
No, its not going away... Do you need me to put my code here?
|
|
Former Member
inherit
guest@proboards.com
77583
0
Dec 1, 2024 14:41:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 11, 2011 18:48:54 GMT -8
Yeah. I hope it's not other codes conflicting with it. xD I'll take a looksy.
|
|
inherit
167085
0
May 1, 2016 22:17:32 GMT -8
vanquished
Kilindi Founder
73
May 2011
vanquished
|
Post by vanquished on Jun 11, 2011 20:00:58 GMT -8
This is all the codes in my Hack manager that may be the problem...
<script> document.getElementsByTagName('font')[1].style.display="none"; </script> <script> document.getElementsByTagName('font')[1].style.display="none"; document.getElementsByTagName('td')[2].style.display="none";
<script type="text/javascript"> <!-- document.getElementsByTagName('table').item(0).width = '700px'; //--> </script> ```````````````````````````````` <script type="text/javascript"> <!-- document.getElementsByTagName('table').item(0).width = '700px'; //--> </script> <script type="text/javascript"> <!-- document.getElementsByTagName('table')[0].cellSpacing = 0; //--> </script>
|
|
Former Member
inherit
guest@proboards.com
77583
0
Dec 1, 2024 14:41:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 12, 2011 0:08:07 GMT -8
You seemingly have the resize code posted twice. You did remove all your codes prior to installing hack manager and readd them after, right? If you're having double codes, they could be messing things up.
|
|
inherit
167085
0
May 1, 2016 22:17:32 GMT -8
vanquished
Kilindi Founder
73
May 2011
vanquished
|
Post by vanquished on Jun 12, 2011 13:39:01 GMT -8
oh, I should have been more specific.. The codes above the line is for one skin, below it is another.. and yea I removed them all, but I havent added them all back.. let me check them
|
|
inherit
167085
0
May 1, 2016 22:17:32 GMT -8
vanquished
Kilindi Founder
73
May 2011
vanquished
|
Post by vanquished on Jun 12, 2011 14:13:17 GMT -8
if you dont mind, im just gonna pm you my username and password.. there are so many codes.. lol >.<
|
|
Former Member
inherit
guest@proboards.com
77583
0
Dec 1, 2024 14:41:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 12, 2011 16:02:19 GMT -8
It's against the ToS for me to do that. Don't send me your info in a PM. You could try adding:
.welcomebg { width:700px; }
inside of the style tags. If that doesn't work, you may have to put up a cry for help in the code support board. I'm not extremely JavaScript savvy and I'd hate for your forum to be down any longer than necessary.
|
|
inherit
167085
0
May 1, 2016 22:17:32 GMT -8
vanquished
Kilindi Founder
73
May 2011
vanquished
|
Post by vanquished on Jun 12, 2011 17:04:50 GMT -8
I didnt know it was against the rules.. sorry.. I didnt pm you i was waiting for consent. Good thing.
I dont know what I did wrong.. I did it by myself once and then I did something and it went back to the old way.. I'm gonna go through the tutorial again, and if that dont work then ill put one code in at a time. Then I'll go to the supprt board.. *crosses fingers*
|
|
Former Member
inherit
guest@proboards.com
77583
0
Dec 1, 2024 14:41:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 12, 2011 17:10:51 GMT -8
Make sure to take note of which code makes it go all funky, if any. (:
|
|