|
Post by demonstrator on Nov 21, 2005 15:17:41 GMT -5
Hi, one of my friend told me about a problem of header and footer boxes... he told me that his main hader and footer is gone, which means it can't show up.... i really tried to helped.. but i couldn't get it back to normal... all i could do is to change the header and footer preferences and changed them...after that he could add in his main header and footer.... but the skin become ugly and things moved ... is there any way out?
|
|
|
Post by (((Thump))) *bounces* on Nov 21, 2005 15:52:00 GMT -5
Can you post a link to his board please.
|
|
|
Post by demonstrator on Nov 22, 2005 7:47:32 GMT -5
|
|
|
Post by Ifrit on Nov 22, 2005 8:18:54 GMT -5
remove the skin adn start over.. is my guess
|
|
|
Post by matthew on Nov 22, 2005 10:05:04 GMT -5
This code might of caused the problem <SCRIPT LANGUAGE="JavaScript"> <!-- /* Cell Highlight & Link Copyright © 2003 Craig Suffolk, ProBoards.com All Rights Reserved */ var mouseOverColor = 'HEX COLOR'; var statusMessage = ''; window.status = statusMessage; cellHigh = document.getElementsByTagName('..::Humsab::.'); for(ch=0;ch<cellHigh.length;ch++) { if((cellHigh[ch].className=="windowbg2" && cellHigh[ch].width=="66%") || (cellHigh[ch].className=="windowbg" && cellHigh[ch].width=="48%")) { if (cellHigh[ch].width=="48%") {var num=0;} else {var num=1;} cellHigh[ch].onmouseover = function(){this.style.cursor='pointer';this.style.backgroundColor=mouseOverColor; window.status=this.getElementsByTagName('b')[0].innerHTML;}; cellHigh[ch].onmouseout = function(){this.style.backgroundColor=this.bgColor;window.status=statusMessage;}; cellHigh[ch].onclick = function(){location = this.getElementsByTagName('a')[num].href;}; }} // --> It has no closing tag at the end. You don't need to use the code anyway as cellhighlight is now a built in feature. There are other codes in there that are in the wrong places and stuff too, but they shouldn't make you lose your headers and footers. All i can suggest is that your friend try and find the last time he was in the headers and footers in the browser history. not sure if it will let him back in though. if not you should go to Proboards support and get help there.
|
|