^Back to Top

Calculator Mall

Free Calculators

Financial Calculators , Mortgage Calculators: Fixed Mortgage, Adjustable Rate Mortgages ARM, Mortgage APR Calculators and More! Financial Calculators you can put on your website! Colorful, interactive, graphing financial calculators. Free downloads! Calculator Trial Period Ended For:, KJE Calculator License Not Found for:, Free Financial Calculators

Knowledge Base - How To Change the Title Image (left corner)

How To Change the Title Image:


Open this file: KJE.css
Goto line 74: ".KJETitle"
background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAA...SYVtAAAAAElFTkSuQmCC);

Replace "data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAA..." with your own image!

Here's how we can do this:
First make your own image...size must be about 85 X 85 pixels.

Go here to Convert your image to Base64 Code:
http://freeonlinetools24.com/base64-image

Copy and Paste your New base64 image code:
background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSU...QDtqcv/Pxk0eM4ySYVtAAAAAElFTkSuQmCC);

If this did not work for you, then you did something wrong!

========================================

How To Change the Splash Image:


Open this file: KJE.css
Goto line 1284: "#KJESplash"
background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEU...AAASUVORK5CYII=);

Replace "data:image/x-png;base64,iVBORw0KGgoAAAANSUhEU..." with your own image!

Here's how we can do this:
First make your own image...size is up to you.

Go here to Convert your image to Base64 Code:
http://freeonlinetools24.com/base64-image

Copy and Paste your New base64 image code:
background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEU...AAASUVORK5CYII=);

If this did not work for you, then you did something wrong!

 

 

User Comments