Jump to content

EstherH

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by EstherH

  1. Hi! I'm trying to add a BMI Calculator on my website but the code doesn't run (I found it online). You do see the image of the BMI tool, but it doesn't make any calculations. I've also contacted customer support and they can't help :/. See pictures and code below. FYI the BMI formula is as following: BMI = kg/m2. I would be very grateful with any help! Esther ----- Code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <div class="calculator-container"> <h1>BMI CALCULATOR</h1> <p>Height in meters:</p> <input class="height-input-field" type="text"> <p>weight in kilograms:</p> <input class="weight-input-field" type="text"><br> <button class="calculate"> Calculate</button> </div> <h3 class="result"></h3> <p class="result-statement"></p> <script src="script.js"></script> </body> </html>
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.