|
Post by BobbyKat LittleCub on Mar 12, 2006 20:36:41 GMT
First of all, you need a more interesting banner. I can do this for you in Graphic Requests. I do like your Hogwarts shield, but I think it would look better in the banner instead of the newsfader. Those menu buttons don't look so good. They're the wrong colours (use red & gold) , and you should of used one of the Harry Potter fonts instead. I would also change the text colour to gold. Also, you need to customize those on/off & folder icons. Here are some codes to help. Centering Logo Global Header <script> <!-- var newtr = document.getElementsByTagName('table')[1].insertRow(); var newtd = newtr.insertCell(); newtd.colSpan=2;newtd.className="windowbg";newtd.align="center"; newtd.innerHTML = document.getElementsByTagName('td')[2].innerHTML; document.getElementsByTagName('td')[2].innerHTML=''; --> </script> Resize Forum Width Global Footer <script type="text/javascript"> <!-- tablew = document.getElementsByTagName('TABLE'); for(t=0;t<tablew.length;t++) { if(tablew[t].width=="92%"){ tablew[t].width='750'; } } // --> </script>
|
|
|
Post by Michael on Mar 13, 2006 0:18:01 GMT
Adding to what Bobby said, I would add some simple gradients, you can ask in graphics request or make some yourself. And use this code to separate the news fader from the boards. Oh, and why have a C-box? You already have a forum.
|
|