2 spss and mrInterview template questions
- by Donnied
How can I align the mrProgress bar to be the same size as the image at the top of the table? (I'd like it below the image.)
How can I edit the .xml tables for the grid to show grid lines (preferably alternating colors)? 
(I do not have permissions to write actual scripts - I can only alter the .htm and .xml templates.)
The current code:
`
  
  
        
            BODY            {font-family:Verdana,Arial; font-size:10pt; color:000000}
            TABLE           {font-family:Verdana,Arial; font-size:10pt; color:000000}
            .mrQuestionTable    {BORDER-COLLAPSE: collapse}
            .mrEdit         {font-family:Verdana,Arial; font-size:10pt; color:000000}
            .mrDropDown     {font-family:Verdana,Arial; font-size:10pt; color:000000}
            .mrListBox      {font-family:Verdana,Arial; font-size:10pt; color:000000}   
            .mrErrorText    {font-family:Verdana,Arial; font-size:10pt; color:red; font-weight:bold}
            .mrNext         {font-family:Verdana,Arial; font-size:8pt; color:000000}
            .mrPrev         {font-family:Verdana,Arial; font-size:8pt; color:000000}
        
    
    
    
        
        
            
 
            
                 
                
                 
                
                
                
                 
            
            
                
                
                
                
                
            
            
                 
                
                
                    
                    
                        
                            
                            
                            mrBannerText
                                            Questions here 
                            
                            
                        
                        
                            
                            
                            << Back
                                        Next >>
                            
                            
                        
                    
                    mrBannerText
                
                
                 
            
            
                
                
                
                
                
            
            
                 
                
                 
                
                 
            
        
        
`