How to Display HTML Tables in Shopify Product Pages (Easy Tutorial)
<style> table.custom-product-table { border-collapse: collapse; width: 100%; } table.custom-product-table th, table.custom-product-table td { border: 1px solid black; padding: 8px; text-align: left; } table.custom-product-table th { font-weight: bold; } </style> <table…