Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 Mahamed_Qlik
		
			Mahamed_Qlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
Need quick help or workaround if not possible.
As per the requirement, Submit button should not have frame .

Kindly advise.
Regards,
Mahamed
 
					
				
		
 varshavig12
		
			varshavig12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There are already so many suggestions try them,
1. Go to layout - Uncheck border
2. Text box option - Use Action with it.
3. Try using image
All this will work.
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Go to c:\programfiles\QlikView\Web and customize your custom.css file
You need to modify loginSubmitButton class
#loginBox .loginSubmitButton {
width:100px;
border:0px;
height:40px
}
 
					
				
		
 Mahamed_Qlik
		
			Mahamed_Qlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Varsha,
The submit button is not an object on sheet.
I am having the requirement to change the submit button which is shown in access point just below the login credentials  I have posted the image above.
 I have posted the image above.
Regards,
Mahamed
 
					
				
		
 Mahamed_Qlik
		
			Mahamed_Qlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Clever,
I am not able to find the web folder in the given path
c:\programfiles\QlikView\Web
Regards,
Mahamed
 
					
				
		
 varshavig12
		
			varshavig12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yeah, I came to know this after reading Clever's post.
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		C:\Program Files\QlikView\Web
 
					
				
		
 Mahamed_Qlik
		
			Mahamed_Qlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Also, just want to check where exactly should i look?
Either on publisher machine or server machine or web server machine?
Regards,
Mahamed
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		web server machine or server machine, depending how was your setup was done
 
					
				
		
 Mahamed_Qlik
		
			Mahamed_Qlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Ok. I got it.
But, I have opened it and see below :
body {font: 11px Arial, sans-serif; color: #333;text-align:center;background:#e8e8e8;}
#frame {width:100%;background:#fff url('images/bg_body.png') repeat-x right top;height:100%;*height:auto;}
a {text-decoration: none;cursor:pointer;}
a img {border: none;}
a:link, a:visited {color: #333;}
html body a:hover {text-decoration:underline; color:#439400;}
What to changes to remove the border of submit button?
Regards,
Mahamed
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		#loginBox .loginSubmitButton {
width:100px;
border:0px;
height:40px
}
