Page 1 of 1

Change to MVC Web Page

Posted: September 3rd, 2021, 7:37 am
by smackie
I have a web page that performs binary checks at loading which is working fine; however there are now icons showing under the text box when the page loads. What do these icons represent and can they be removed?

Re: Change to MVC Web Page

Posted: September 3rd, 2021, 10:59 am
by JustinVanRegenmorter
Hello Sheryl,

Some default css was changed so to resolve your issue you can unzip and upload this .css file to your application. That is a part of the validation. To do this open a project and click the "Add Existing" action button. Select a type of File and the CSS folder. Then you can just put it in the file upload and hit checkout.
Upload File.PNG
Upload File.PNG (16.04 KiB) Viewed 5716 times
Upload File.PNG
Upload File.PNG (16.04 KiB) Viewed 5716 times
Then you can go to your page and clear your cache and refresh the page to see it fixed.
style.zip
(4.1 KiB) Downloaded 352 times
style.zip
(4.1 KiB) Downloaded 352 times

Re: Change to MVC Web Page

Posted: September 3rd, 2021, 11:51 am
by smackie
Thanks for the information Justin that worked.