{"id":2336,"date":"2011-07-08T01:06:57","date_gmt":"2011-07-08T05:06:57","guid":{"rendered":"http:\/\/elwinlee.com\/blog\/?p=2336"},"modified":"2016-09-28T22:06:12","modified_gmt":"2016-09-29T02:06:12","slug":"html-fixed-column-width-regardless-of-content","status":"publish","type":"post","link":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/","title":{"rendered":"HTML: Fixed Column Width Regardless of Content"},"content":{"rendered":"<p>I was doing some scripting in PHP to create tables with data drawn from a database. Drawing multiple fields using the same script caused the table layout to shift. This can be fixed using the\u00a0tag within the table. I thought it was kind of interesting, so I thought sharing it using an example.<\/p>\n<p>An example of a 3 column table setup would be something like this:<\/p>\n<pre class=\"brush: php;\">&lt;table width=\"400\" border=\"1\"&gt;\r\n   &lt;?php $table_count = 0; ?&gt;\r\n      &lt;?php if(count($this-&gt;items) &gt; 0):   \/\/if there's content\r\n         foreach($this-&gt;items as $content):   \/\/loop through all content\r\n            if( $table_count == 0 ): ?&gt;\r\n               &lt;tr&gt;\r\n      &lt;?php endif; ?&gt;\r\n         &lt;td width=\"33%\"&gt;   \/\/to create 3 columns\r\n            \/\/insert content here\r\n         &lt;\/td&gt;\r\n            &lt;?php if( $table_count == 2 ): ?&gt;   \/\/3 columns, so table_count = 3 - 1 = 2\r\n               &lt;\/tr&gt;\r\n            &lt;?php $table_count = 0; ?&gt;   \/\/column length reached, reset count\r\n               &lt;?php else: ?&gt;\r\n                  &lt;?php $table_count++; ?&gt;\r\n            &lt;?php endif; ?&gt;\r\n&lt;\/table&gt;<\/pre>\n<p>I was using the same script to parse multiple database fields onto 1 page. E.g. an employees page of a company. The page would display all the employees categorized in different positions within the company, so the number of people per position varies.<\/p>\n<p>The script shown above would be used for all the categories to create a 3 column table.<br \/>\nCreating the table works fine, if we parse content of 3 or more items from the database to PHP. But a problem occurs with the layout if there are less items than the number of columns within a category.<\/p>\n<p>Example with enough items:<\/p>\n<table style=\"width: 400px;\" border=\"1\">\n<tbody>\n<tr>\n<td width=\"33%\">Item 1<\/td>\n<td width=\"33%\">Item 2<\/td>\n<td width=\"33%\">Item 3<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>Example if the database field has only 2 items (using the same script)<\/p>\n<table style=\"width: 400px;\" border=\"1\">\n<tbody>\n<tr>\n<td width=\"30%\">Item 1<\/td>\n<td width=\"30%\">Item 2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>Or look at the visual example<br \/>\n<a href=\"http:\/\/elwinlee.com\/blog\/wp-content\/uploads\/2011\/07\/php-table.jpg\" data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\"><img decoding=\"async\" title=\"\" src=\"http:\/\/elwinlee.com\/blog\/wp-content\/uploads\/2011\/07\/php-table-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" \/><\/a><\/p>\n<p>To fix this, simply add a table-layout CSS style and &lt;col&gt;<\/p>\n<pre class=\"brush: xml;\">&gt;&lt;table width=\"70%\" style=\"table-layout:fixed\"&gt;\r\n                     &lt;col width=\"33%\"&gt;\r\n                     &lt;col width=\"33%\"&gt;\r\n                     &lt;col width=\"33%\"&gt;<\/pre>\n<p><a href=\"http:\/\/elwinlee.com\/blog\/wp-content\/uploads\/2011\/07\/php-table-fixed.jpg\" data-rel=\"lightbox-image-1\" data-rl_title=\"\" data-rl_caption=\"\"><img decoding=\"async\" class=\"alignnone size-medium wp-image-2388\" title=\"\" src=\"http:\/\/elwinlee.com\/blog\/wp-content\/uploads\/2011\/07\/php-table-fixed-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" \/><\/a><\/p>\n<p>Have fun \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HTML: Fixed Column Width Regardless of Content<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rs_blank_template":"","rs_page_bg_color":"","slide_template_v7":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1079],"tags":[1036,1037,431,1038,749,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1035],"class_list":["post-2336","post","type-post","status-publish","format-standard","hentry","category-how-to-fix-stuff","tag-table-layout","tag-database","tag-layout","tag-data","tag-code","tag-html","tag-fixed","tag-column","tag-table","tag-regardless","tag-content","tag-width","tag-column-width","tag-php","tag-shift","tag-col","tag-css"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"HTML: Fixed Column Width Regardless of Content\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Elwin Lee\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Elwin Lee&#039;s Blog | Design, Technology &amp; Food!\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"HTML: Fixed Column Width Regardless of Content | Elwin Lee&#039;s Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"HTML: Fixed Column Width Regardless of Content\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-07-08T05:06:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-09-29T02:06:12+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"HTML: Fixed Column Width Regardless of Content | Elwin Lee&#039;s Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"HTML: Fixed Column Width Regardless of Content\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#article\",\"name\":\"HTML: Fixed Column Width Regardless of Content | Elwin Lee's Blog\",\"headline\":\"HTML: Fixed Column Width Regardless of Content\",\"author\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/elwinlee.com\\\/blog\\\/wp-content\\\/uploads\\\/2011\\\/07\\\/php-table-300x241.jpg\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#articleImage\"},\"datePublished\":\"2011-07-08T01:06:57+02:00\",\"dateModified\":\"2016-09-28T22:06:12+02:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#webpage\"},\"articleSection\":\"How to fix stuff, table-layout, database, Layout, data, Code, html, fixed, column, table, regardless, content, width, column width, php, shift, col, css\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/category\\\/how-to-fix-stuff\\\/#listItem\",\"name\":\"How to fix stuff\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/category\\\/how-to-fix-stuff\\\/#listItem\",\"position\":2,\"name\":\"How to fix stuff\",\"item\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/category\\\/how-to-fix-stuff\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#listItem\",\"name\":\"HTML: Fixed Column Width Regardless of Content\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#listItem\",\"position\":3,\"name\":\"HTML: Fixed Column Width Regardless of Content\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/category\\\/how-to-fix-stuff\\\/#listItem\",\"name\":\"How to fix stuff\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/#organization\",\"name\":\"Elwin Lee's Blog\",\"description\":\"Design, Technology & Food!\",\"url\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Elwin Lee\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/edf9391c53506d1261906c54cfca9e7a3b39f0e86f12164205875fa57004efef?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Elwin Lee\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#webpage\",\"url\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/\",\"name\":\"HTML: Fixed Column Width Regardless of Content | Elwin Lee's Blog\",\"description\":\"HTML: Fixed Column Width Regardless of Content\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/html-fixed-column-width-regardless-of-content\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2011-07-08T01:06:57+02:00\",\"dateModified\":\"2016-09-28T22:06:12+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/\",\"name\":\"Elwin Lee's Blog\",\"description\":\"Design, Technology & Food!\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.elwinlee.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"HTML: Fixed Column Width Regardless of Content | Elwin Lee's Blog","description":"HTML: Fixed Column Width Regardless of Content","canonical_url":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#article","name":"HTML: Fixed Column Width Regardless of Content | Elwin Lee's Blog","headline":"HTML: Fixed Column Width Regardless of Content","author":{"@id":"https:\/\/www.elwinlee.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.elwinlee.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/elwinlee.com\/blog\/wp-content\/uploads\/2011\/07\/php-table-300x241.jpg","@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#articleImage"},"datePublished":"2011-07-08T01:06:57+02:00","dateModified":"2016-09-28T22:06:12+02:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#webpage"},"isPartOf":{"@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#webpage"},"articleSection":"How to fix stuff, table-layout, database, Layout, data, Code, html, fixed, column, table, regardless, content, width, column width, php, shift, col, css"},{"@type":"BreadcrumbList","@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.elwinlee.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.elwinlee.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.elwinlee.com\/blog\/category\/how-to-fix-stuff\/#listItem","name":"How to fix stuff"}},{"@type":"ListItem","@id":"https:\/\/www.elwinlee.com\/blog\/category\/how-to-fix-stuff\/#listItem","position":2,"name":"How to fix stuff","item":"https:\/\/www.elwinlee.com\/blog\/category\/how-to-fix-stuff\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#listItem","name":"HTML: Fixed Column Width Regardless of Content"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.elwinlee.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#listItem","position":3,"name":"HTML: Fixed Column Width Regardless of Content","previousItem":{"@type":"ListItem","@id":"https:\/\/www.elwinlee.com\/blog\/category\/how-to-fix-stuff\/#listItem","name":"How to fix stuff"}}]},{"@type":"Organization","@id":"https:\/\/www.elwinlee.com\/blog\/#organization","name":"Elwin Lee's Blog","description":"Design, Technology & Food!","url":"https:\/\/www.elwinlee.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.elwinlee.com\/blog\/author\/admin\/#author","url":"https:\/\/www.elwinlee.com\/blog\/author\/admin\/","name":"Elwin Lee","image":{"@type":"ImageObject","@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/edf9391c53506d1261906c54cfca9e7a3b39f0e86f12164205875fa57004efef?s=96&d=mm&r=g","width":96,"height":96,"caption":"Elwin Lee"}},{"@type":"WebPage","@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#webpage","url":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/","name":"HTML: Fixed Column Width Regardless of Content | Elwin Lee's Blog","description":"HTML: Fixed Column Width Regardless of Content","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.elwinlee.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/#breadcrumblist"},"author":{"@id":"https:\/\/www.elwinlee.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.elwinlee.com\/blog\/author\/admin\/#author"},"datePublished":"2011-07-08T01:06:57+02:00","dateModified":"2016-09-28T22:06:12+02:00"},{"@type":"WebSite","@id":"https:\/\/www.elwinlee.com\/blog\/#website","url":"https:\/\/www.elwinlee.com\/blog\/","name":"Elwin Lee's Blog","description":"Design, Technology & Food!","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.elwinlee.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Elwin Lee's Blog | Design, Technology &amp; Food!","og:type":"article","og:title":"HTML: Fixed Column Width Regardless of Content | Elwin Lee's Blog","og:description":"HTML: Fixed Column Width Regardless of Content","og:url":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/","article:published_time":"2011-07-08T05:06:57+00:00","article:modified_time":"2016-09-29T02:06:12+00:00","twitter:card":"summary","twitter:title":"HTML: Fixed Column Width Regardless of Content | Elwin Lee's Blog","twitter:description":"HTML: Fixed Column Width Regardless of Content"},"aioseo_meta_data":{"post_id":"2336","title":"HTML: Fixed Column Width Regardless of Content | #site_title","description":"HTML: Fixed Column Width Regardless of Content","keywords":[{"label":"html","value":"html"},{"label":"fixed","value":"fixed"},{"label":"column","value":"column"},{"label":"table","value":"table"},{"label":"regardless","value":"regardless"},{"label":"content","value":"content"},{"label":"width","value":"width"},{"label":"column width","value":"column width"},{"label":"php","value":"php"},{"label":"layout","value":"layout"},{"label":"shift","value":"shift"},{"label":"col","value":"col"},{"label":"","value":""},{"label":"","value":""},{"label":"css","value":"css"},{"label":"table-layout","value":"table-layout"},{"label":"database","value":"database"},{"label":"code","value":"code"},{"label":"data","value":"data"}],"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-01-08 01:31:59","updated":"2025-12-12 01:40:35","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.elwinlee.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.elwinlee.com\/blog\/category\/how-to-fix-stuff\/\" title=\"How to fix stuff\">How to fix stuff<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHTML: Fixed Column Width Regardless of Content\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.elwinlee.com\/blog"},{"label":"How to fix stuff","link":"https:\/\/www.elwinlee.com\/blog\/category\/how-to-fix-stuff\/"},{"label":"HTML: Fixed Column Width Regardless of Content","link":"https:\/\/www.elwinlee.com\/blog\/html-fixed-column-width-regardless-of-content\/"}],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p1mtRf-BG","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/posts\/2336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/comments?post=2336"}],"version-history":[{"count":2,"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/posts\/2336\/revisions"}],"predecessor-version":[{"id":4384,"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/posts\/2336\/revisions\/4384"}],"wp:attachment":[{"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/media?parent=2336"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/categories?post=2336"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.elwinlee.com\/blog\/wp-json\/wp\/v2\/tags?post=2336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}