Professional and Affordable Web Design

0800 080 5401

Contact Mutiny Design

UK Head Office:
Mutiny Design (Re-Route Ltd)
Network House
Oxon Business Park
Shrewsbury
Shropshire
SY3 5AB

Tel: 01743 344762
Fax: 08700 801060

Satellite Offices UK: - Project Teams
London: 0207 1250044
Manchester: 0161 7440075
Birmingham: 0121 7750085

European Offices: - Full Time Mutiny Design (Re-Route) Offices
Mutiny Design (Re-Route Ltd)
304 Smolanska
Szczecin
Poland

Company Information
Mutiny Design is a trading style of Re-Route Ltd.
Company Reg: 6319518. Vat: 912 4885 17
Reg Office: Network House, Oxon Business Park, Shrewsbury

Find Us

Quick Contact

See Full Portfolio Some Of Our Work

Screenshot of countysecurity.co.uk website
countysecurity.co.uk

County Security is a fully featured E - commerce solution, with an integrated "system configurator", which allows users to choose...

Screenshot of storageking.co.uk website
storageking.co.uk

We are proud to have produced the website for Storage King, and their associated depot sites throughout the UK. For this, we kept the basic...

Customer News & Resources

At Mutiny Design we are constantly gathering together articles and help guides to assist our clients.

Introduction to sitemap.xml

Checking for a sitemap A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a web site, Some developers feel that site index is a more appropriately used term to relay page function, web visitors are used to seeing each term and generally associate both as one and the same. However, a site index is often an A-Z index that provides access to content, while a site map provides a general... Read More »

Center a web page in CSS

One simple way to center a web page using CSS is to create a container div, that is horizontally centered by having its left and right margins set to auto. Using this method, you can still apply colours / background images to the body tag, so its a flexible solution. (if you didnt need this ability, just apply margins and width to the body tag instead, and forget using the container div). The container div has the same width as your webpage and, well, contains it. All the code for your web page is placed inside the container div. This will... Read More »