[thelist] tuesday freebie

Arthur Noel arthur at arthurnoel.com
Tue Aug 22 05:48:46 CDT 2000


Fiddling with this today and thought I'd share. Its a bookmarklet that
toggles all the table borders on a page so's you can see how its been laid
out.

IE only and kinda stupid:

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

Just make a link use the above and you're set.

A






More information about the thelist mailing list