Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Need quick help or workaround if not possible.
As per the requirement, Submit button should not have frame .
Kindly advise.
Regards,
Mahamed
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.
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
}
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.
Regards,
Mahamed
Hi Clever,
I am not able to find the web folder in the given path
c:\programfiles\QlikView\Web
Regards,
Mahamed
Yeah, I came to know this after reading Clever's post.
C:\Program Files\QlikView\Web
Also, just want to check where exactly should i look?
Either on publisher machine or server machine or web server machine?
Regards,
Mahamed
web server machine or server machine, depending how was your setup was done
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
#loginBox .loginSubmitButton {
width:100px;
border:0px;
height:40px
}