NO Table Cell Spacing Please  
  
    Remove cell padding on a table you add the cellspacing attribute and set it to "0". Is there a better way to do this with straight up CSS? Nothing seems to work...
<table id='my-favorite-table' cellspacing="0" >
...
  
  
    
      Written by Sean Behan on 06/17/2012
    
  
 
  
    Accessing Links in Nested TD Cells with Prototype  
  
    There must be a better way to do the following with PrototypeJS. I want to loop over nested links inside of  table td cells and apply a class to the row that the link is in when the link is clicked. If a user clicks on another link the class will be remov...  
  
    
      Written by Sean Behan on 06/17/2012