Experience the skills of an experienced carpet fitter in Northampton with over 25 years of extensive trade experience and enjoy quality floor coverings fitted to perfection at affordable prices to suit all budgets. Our reliable team specialises in the delivery of a knowledgeable yet charmingly informal service delivered in a traditional fashion that always puts the customer first. Tayflor Carpets and Vinyl are proud to serve as the leading local choice for contract flooring in Northampton and throughout the United Kingdom.
Tayflor Carpets and Vinyl specialise in the fast, professional installation of wood flooring in Northampton and beyond. Our fitters can work a full range of materials including the latest engineered wood products to add style, functionality and beauty to your home. We are also the number one choice for vinyl flooring in Northampton and across the UK. Our dedicated workforce can undertake all projects in commercial and domestic properties of any size.
jQuery(function($){
$("#ticker").tweet({
username: "tayflor",
page: 1,
avatar_size: 32,
count: 10,
loading_text: "loading ..."
}).bind("loaded", function() {
var ul = $(this).find(".tweet_list");
var ticker = function() {
setTimeout(function() {
var top = ul.position().top;
var h = ul.height();
var incr = (h / ul.children().length);
var newTop = top - incr;
if (h + newTop <= 0) newTop = 0;
ul.animate( {top: newTop}, 500 );
ticker();
}, 5000);
};
ticker();
});
});