::Ellen::
Administrator
Ellen, Time Rider
Posts: 1,677
|
Post by ::Ellen:: on Aug 17, 2006 23:32:54 GMT
as you see, Potter Design has a new skin, I have designed myself. also some codes here are from Scorpion our head coder. please post your comments and suggestions about thisnew skin here.
|
|
|
Post by -->>[Dreamer]<<-- on Sept 14, 2006 22:56:04 GMT
I love it! Awesome job! Do you have the code for removing the space between the title images at the top? If not, I believe it can be found at Solid Snake Designs. It's an excellent code that will pull your images together so they form one large bar. [:
|
|
::Ellen::
Administrator
Ellen, Time Rider
Posts: 1,677
|
Post by ::Ellen:: on Sept 15, 2006 3:56:53 GMT
Thank you dear, Ill add it into the forum
|
|
|
Post by -->>[Dreamer]<<-- on Sept 15, 2006 20:21:11 GMT
No problem! I thought you'd like it.
|
|
::Ellen::
Administrator
Ellen, Time Rider
Posts: 1,677
|
Post by ::Ellen:: on Sept 16, 2006 1:08:28 GMT
just tell me the complete name of this code, beause I couldnt find it thanks
|
|
|
Post by -->>[Dreamer]<<-- on Sept 17, 2006 14:53:38 GMT
Here, I looked it up for you:
<script type="text/javascript"> <!--
var iCell = document.getElementsByTagName("td").item(5).firstChild;
for(c = 0; c < iCell.childNodes.length; c ++){ if(iCell.childNodes.item(c).nodeType == 3){ iCell.removeChild(iCell.childNodes.item(c)); } }
//--> </script> You just add it to your GLOBAL HEADERS.[/color]
|
|