[thelist] table layout (help!)

Rudy_Limeback at maritimelife.ca Rudy_Limeback at maritimelife.ca
Tue Sep 26 11:50:33 CDT 2000


> If you run IE, add this to your favorites ... 
> and call it whenever you are curious as to the 
> table structure of a site you are visiting:

hi joshua

good one, very handy

note you can make it toggle the table border on/off by a slight 
enhancement

at the end, instead of assigning the border a value of 1, assign it this 
value instead -- 
   (document.all[i].border=='0')?'1':'0'

here's the whole thing again, cut and paste as one line into your ie 
favorites --

javascript:for(i=0;i<document.all.length;i++)if(document.all[i].tagName=='TABLE')void(document.all[i].border=(document.all[i].border=='0')?'1':'0');


rudy
r937.com




More information about the thelist mailing list