{"id":18832,"date":"2025-11-03T15:49:57","date_gmt":"2025-11-03T15:49:57","guid":{"rendered":"https:\/\/theglobalsolutions.co.uk\/?page_id=18832"},"modified":"2025-11-03T15:49:58","modified_gmt":"2025-11-03T15:49:58","slug":"size-converter","status":"publish","type":"page","link":"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/","title":{"rendered":"Size Converter"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Measurement Converter<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background: #f2f4f7;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      height: 100vh;\n    }\n    .converter {\n      background: white;\n      padding: 30px;\n      border-radius: 15px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      text-align: center;\n      width: 300px;\n    }\n    input, select {\n      width: 100%;\n      padding: 10px;\n      margin: 10px 0;\n      font-size: 16px;\n      border: 1px solid #ccc;\n      border-radius: 8px;\n    }\n    button {\n      width: 100%;\n      padding: 10px;\n      background: #007bff;\n      color: white;\n      border: none;\n      border-radius: 8px;\n      font-size: 16px;\n      cursor: pointer;\n    }\n    button:hover {\n      background: #0056b3;\n    }\n    .result {\n      margin-top: 15px;\n      font-weight: bold;\n      font-size: 18px;\n      color: #333;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"converter\">\n    <h2>Measurement Converter<\/h2>\n    <input type=\"number\" id=\"inputValue\" placeholder=\"Enter value\">\n    <select id=\"fromUnit\">\n      <option value=\"feet\">Feet (ft)<\/option>\n      <option value=\"inches\">Inches (in)<\/option>\n      <option value=\"centimeters\">Centimeters (cm)<\/option>\n      <option value=\"millimeters\">Millimeters (mm)<\/option>\n    <\/select>\n    <select id=\"toUnit\">\n      <option value=\"feet\">Feet (ft)<\/option>\n      <option value=\"inches\">Inches (in)<\/option>\n      <option value=\"centimeters\">Centimeters (cm)<\/option>\n      <option value=\"millimeters\">Millimeters (mm)<\/option>\n    <\/select>\n    <button onclick=\"convert()\">Convert<\/button>\n    <div class=\"result\" id=\"result\"><\/div>\n  <\/div>\n\n  <script>\n    function convert() {\n      const inputValue = parseFloat(document.getElementById(\"inputValue\").value);\n      const fromUnit = document.getElementById(\"fromUnit\").value;\n      const toUnit = document.getElementById(\"toUnit\").value;\n      const resultDiv = document.getElementById(\"result\");\n\n      if (isNaN(inputValue)) {\n        resultDiv.innerHTML = \"Please enter a number.\";\n        return;\n      }\n\n      \/\/ Conversion factors to meters\n      const toMeters = {\n        feet: 0.3048,\n        inches: 0.0254,\n        centimeters: 0.01,\n        millimeters: 0.001\n      };\n\n      \/\/ Convert input to meters first, then to target unit\n      const valueInMeters = inputValue * toMeters[fromUnit];\n      const convertedValue = valueInMeters \/ toMeters[toUnit];\n\n      resultDiv.innerHTML = `${inputValue} ${fromUnit} = ${convertedValue.toFixed(4)} ${toUnit}`;\n    }\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Measurement Converter Measurement Converter Feet (ft)Inches (in)Centimeters (cm)Millimeters (mm) Feet (ft)Inches (in)Centimeters (cm)Millimeters (mm) Convert<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18832","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Size Converter - The Global Solutions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Size Converter - The Global Solutions\" \/>\n<meta property=\"og:description\" content=\"Measurement Converter Measurement Converter Feet (ft)Inches (in)Centimeters (cm)Millimeters (mm) Feet (ft)Inches (in)Centimeters (cm)Millimeters (mm) Convert\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/\" \/>\n<meta property=\"og:site_name\" content=\"The Global Solutions\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-03T15:49:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/\",\"url\":\"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/\",\"name\":\"Size Converter - The Global Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/theglobalsolutions.co.uk\/#website\"},\"datePublished\":\"2025-11-03T15:49:57+00:00\",\"dateModified\":\"2025-11-03T15:49:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theglobalsolutions.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Size Converter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theglobalsolutions.co.uk\/#website\",\"url\":\"https:\/\/theglobalsolutions.co.uk\/\",\"name\":\"The Global Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theglobalsolutions.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Size Converter - The Global Solutions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/","og_locale":"en_GB","og_type":"article","og_title":"Size Converter - The Global Solutions","og_description":"Measurement Converter Measurement Converter Feet (ft)Inches (in)Centimeters (cm)Millimeters (mm) Feet (ft)Inches (in)Centimeters (cm)Millimeters (mm) Convert","og_url":"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/","og_site_name":"The Global Solutions","article_modified_time":"2025-11-03T15:49:58+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/","url":"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/","name":"Size Converter - The Global Solutions","isPartOf":{"@id":"https:\/\/theglobalsolutions.co.uk\/#website"},"datePublished":"2025-11-03T15:49:57+00:00","dateModified":"2025-11-03T15:49:58+00:00","breadcrumb":{"@id":"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theglobalsolutions.co.uk\/index.php\/size-converter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theglobalsolutions.co.uk\/"},{"@type":"ListItem","position":2,"name":"Size Converter"}]},{"@type":"WebSite","@id":"https:\/\/theglobalsolutions.co.uk\/#website","url":"https:\/\/theglobalsolutions.co.uk\/","name":"The Global Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theglobalsolutions.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/18832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=18832"}],"version-history":[{"count":1,"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/18832\/revisions"}],"predecessor-version":[{"id":18835,"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/18832\/revisions\/18835"}],"wp:attachment":[{"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=18832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}