The store will not work correctly in the case when cookies are disabled.
Menu
Search
Cart
My Account
Sign In
Search
Skip to Content
0800 612 1379
Customer Service Monday-Friday 9:00am-5:00pm
Compare Products
My Account
Sign In
Free Phone
0800 612 1379
Customer Service Hours Mon-Fri 9:00am-5:00pm
Menu
Since 1480
White, Black & Ivory Premium Tablecloths
Next Day Delivery - Order Before 3PM
Main Menu - All Tablecloths Colours & Qualities
View All Categories
Sample Request
Tablecloths Size Guide
Home
Natural Weave Napkins & Tablecloths Coloured
require(['jquery'], function ($) { $(document).ready(function () { $("img").each(function () { if (!$(this).attr("alt")) { let src = $(this).attr("src"); if (src) { let fileName = src.substring(src.lastIndexOf('/')); /** * Replace .jpg|.png|.bmp|.svg|/|-| of filename equal whitespace * @type {string} */ let alt = fileName.replace(/.jpg|.png|.gif|.bmp|.svg|\/|-/gi, ''); $(this).attr("alt", alt.trim()); } } }); }); });