Going to use Inquiry Form with background color match to Inout field placeholder text and Placeholder text not visible to your visitor when they visit site and fill up form. using below css class attribute you can change input field placeholder text color according your need. .ptcgreen::-webkit-input-placeholder { color: green; } .ptcgreen:-moz-placeholder { color: green;… Continue reading change Placeholder text color by CSS class
Category: HTML
Set a custom 404 not found error page
In this article we will discuss how to set up a custom 404 not found errror page via 1) a .htaccess file for Apache linux server and 2) web.config file for IIS Windows Server. For the good SEO and positive user-experience with our website, custom 404 error pages are usually required. There are many benefits… Continue reading Set a custom 404 not found error page