|
Help
Mar 13, 2007 12:19:17 GMT -5
Post by hopeless on Mar 13, 2007 12:19:17 GMT -5
|
|
|
Help
Mar 13, 2007 21:50:43 GMT -5
Post by Michael on Mar 13, 2007 21:50:43 GMT -5
Aw, that's my skin! [happy] It looks like you need to place the code in to get rid of the "<home>". Place this code in the Global Headers. <script language=javascript> <!-- var PMLogoCell = document.getElementsByTagName("TD")[1]; PMLogoCell.removeChild(PMLogoCell.lastChild) document.getElementsByTagName('tr')[1].deleteCell(1); --> </script>
Then the title bar needs to be placed in the newsbar. Use this code and make the Image URLs are placed where they go according to the skin you use: </style>
These I use for the Menu, Title, Category, and News Title. gradients/images.
<style type="text/css"> <!--
.newstitlebg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
.titlebg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
.catbg { background-image: url(CAT IMAGE URL GOES HERE); background-repeat: repeat; }
.menubg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
--> </style>
Finally, you need to resize the forum to 650 pixels. Just place the following code in your headers. It's already set to 695 for you. ;] <script language="JavaScript"> var boardwidth = document.getElementsByTagName('TABLE'); for(i=0;i<boardwidth.length;i++) { if(boardwidth.width=="92%"){ boardwidth.width='650 px';}} </script>
|
|