About kebennett
Rank 22673
274 followers Joined March 2016
Hi, My name's Karen. I just moved across country to be near my elderly parents. I rented a house sight unseen on craigslist, packed

Posts

2

Questions

1

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training
asked in
Everything Wordpress
Updated

I want to build a tool for users to calculate the size of the rainwater storage tank appropriate for them. I can incorporate some detail if they do things like plug in their z

This is untested by me but I got it from wiki how by searching for html calculator.

<html>
<head>
<title>HTML Calculator</title>
</head>
<body bgcolor= "#000000" text= "gold">
<form name="calculator" >
<input type="button" value="1">
<input type="button" value="2">
<input type="button" value="3">
<input type="button" value="+">

<input type="button" value="4">
<input type="button" value="5">
<input type="button" value="6">
<input type="button" value="-">

<input type="button" value="7">
<input type="button" value="8">
<input type="button" value="9">
<input type="button" value="*">
<input type="button" value="/">

<input type="button" value="0">
<input type="reset" value="Reset">
<input type="button" value="=">
Solution is <input type="textfield" name="ans" value="">
</form>

</body>
</html>

thanks! I'll give it a try and let you know how it works. Appreciate it.

There are plug ins maybe something similar to this: https://wordpress.org/plugins/pricing-table-dynamite/

I don't think that one will work for me, but I'll do some research on similar types of plugins and maybe something like that will do the trick. Thanks for the ideas.

No problem

See more comments

I want to create & add a calculator in my website. tips?

I want to create & add a calculator in my website. tips?

asked in
Everything Wordpress
Updated

I want to build a tool for users to calculate the size of the rainwater storage tank appropriate for them. I can incorporate some detail if they do things like plug in their z

This is untested by me but I got it from wiki how by searching for html calculator.

<html>
<head>
<title>HTML Calculator</title>
</head>
<body bgcolor= "#000000" text= "gold">
<form name="calculator" >
<input type="button" value="1">
<input type="button" value="2">
<input type="button" value="3">
<input type="button" value="+">

<input type="button" value="4">
<input type="button" value="5">
<input type="button" value="6">
<input type="button" value="-">

<input type="button" value="7">
<input type="button" value="8">
<input type="button" value="9">
<input type="button" value="*">
<input type="button" value="/">

<input type="button" value="0">
<input type="reset" value="Reset">
<input type="button" value="=">
Solution is <input type="textfield" name="ans" value="">
</form>

</body>
</html>

thanks! I'll give it a try and let you know how it works. Appreciate it.

There are plug ins maybe something similar to this: https://wordpress.org/plugins/pricing-table-dynamite/

I don't think that one will work for me, but I'll do some research on similar types of plugins and maybe something like that will do the trick. Thanks for the ideas.

No problem

See more comments

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training