Log In · Register

 
 
Closed TopicStart new topic
anyone have a code for inverting the page?, anyone have a code for inverting the pag
tearswithnotroub...
post Nov 28 2005, 05:46 PM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Nov 2005
Member No: 307,962



pinch.gif i cant seem to find any codes that can invert the intire page...anyone have the code whistling.gif

ermm.gif

_unsure.gif

blink.gif
cry.gif
 
YourSuperior
post Nov 28 2005, 10:36 PM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



QUOTE(tearswithnotrouble @ Nov 28 2005, 5:46 PM)
pinch.gif i cant seem to find any codes that can invert the intire page...anyone have the code whistling.gif

ermm.gif

  _unsure.gif

blink.gif
cry.gif
*

Is this what you were looking for?

PASTE IN WEBSITE STATS
HTML
<script LANGUAGE="JAVASCRIPT">
// ORIGINAL BY SEAN [url=HTTP://XANGA.COM/SEANMEISTER]HTTP://XANGA.COM/SEANMEISTER[/url]
VAR TDS = DOCUMENT.GETELEMENTSBYTAGNAME("TD");
FOR (VAR I = 0; I < TDS.LENGTH; I++){
IF (TDS[I].WIDTH == "200"){
TDS[I].PARENTNODE.APPENDCHILD(TDS[I].CLONENODE(TRUE));
TDS[I].PARENTNODE.REMOVECHILD(TDS[I]);
BREAK;
}}
</SCRIPT>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: