Nieuw lid | 
                 | 
                
				
				Beste ... 
 
ik wil het volgende graag voor elkaar krijgen maar weet niet of dit mogelijk is. 
 
Orgineel doe je het zo: 
 
    
    
        
            
                <td width=\"100\" height=\"68\"><a href=\"/Foto/Griekenland_01.jpg\" rel=\"lightbox[Griekenland]\"><img src=\"/Foto/Thumbs/Griekenland_01.jpg\" border=\"0\"></a></td> 
             
            <td width=\"100\" height=\"68\"><a href=\"/Foto/Griekenland_01.jpg\" rel=\"lightbox[Griekenland]\"><img src=\"/Foto/Thumbs/Griekenland_01.jpg\" border=\"0\"></a></td> 
 
  
         
          
     
  
 
Maar wil er zoiets van maken: 
 
    
    
        
            
                <td width="100" height="68" background="Foto/Thumbs/Griekenland_01.jpg" style="cursor: pointer;" onClick='window.open("/Foto/Griekenland_01.jpg","_self");'></td>
             
            <td width="100" height="68" background="Foto/Thumbs/Griekenland_01.jpg" style="cursor: pointer;" onClick='window.open("/Foto/Griekenland_01.jpg","_self");'></td> 
 
  
         
          
     
  
 
Hoe moet ik nu in de laatste code de rel="" verwerken?				
				 |