[Skip to Content]

HTML Document

URL: http://www.finalduties.co.uk/
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: 1 seconds
Cookies: PHPSESSID=82ddee76d2be3771003
Size: 36 KB
Page Weight: 36 KB (total size of HTML, CSS, JavaScript and images)
Depth: 0 clicks from home page
Charset: UTF-8
Forms: 2 forms containing 13 controls
HTTP Headers: View Headers 8 headers
Links In: View Links 1 pages
Links Out: View Links 72 links
Images: View Images 5 images
CSS: View CSS Files 0 files
JavaScript: View JavaScript Files 0 files
  
Issue Issues: 51 issues found on 98 lines

Priority 2
This page has no privacy policy. If your web server logs visits, then every page reachable by a search engine should have a privacy policy explaining what is logged and how the logs are used.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta name="google-site-verification" content="Nux44eB-qIE3xRlSMh22npr9XZ7SLc9JRAXSCZ5RAzM" />
<link rel="stylesheet" href="http://www.finalduties.co.uk/?bfa_ata_file=css" type="text/css" media="all" />

Priority 2
Title tag is too long for Bing. Bing recommends using titles up to 65 characters long. The title is 67 characters long.
Line 8 Bing

Help
The major search engines all have different limits for title length, and these limits have changed over time. Avoid title lengths close to the limits to prevent problems when the limits change again, and note that the W3C recommends a maximum length of 64 characters.


Priority 2
Title is longer than 64 characters. W3C recommends titles are no longer than 64 characters.


<title>Probate from Final Duties - The UK Leading Low Cost Probate Brokers</title>
<link rel="shortcut icon" href="http://www.finalduties.co.uk/wp-content/themes/atahualpa/images/favicon/fd_icon.ico" />
<link rel="alternate" type="application/rss+xml" title="Probate from Final Duties RSS Feed" href="http://www.finalduties.co.uk/feed/" />
<link rel="alternate" type="application/atom+xml" title="Probate from Final Duties Atom Feed" href="http://www.finalduties.co.uk/feed/atom/" />
<link rel="pingback" href="http://www.finalduties.co.uk/xmlrpc.php" />
<script type='text/javascript' src='http://www.finalduties.co.uk/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>
<script type='text/javascript' src='http://www.finalduties.co.uk/wp-includes/js/comment-reply.js?ver=3.4.2'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.finalduties.co.uk/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.finalduties.co.uk/wp-includes/wlwmanifest.xml" />
<link rel='prev' title='About our Probate service' href='http://www.finalduties.co.uk/home/about/' />
<link rel='next' title='Probate Help' href='http://www.finalduties.co.uk/probate-services/' />
<link rel='canonical' href='http://www.finalduties.co.uk/' />
<!-- All in One SEO Pack 1.6.15.3 by Michael Torbert of Semper Fi Web Design[538,570] -->
<meta name="description" content="Save 50% or More on Probate Solicitor Fees, We Beat the UK Probate Market Leaders on Price - Get Quick Online Quotes" />
<!-- /all in one seo pack -->
<style type="text/css" media="screen">
ht
Priority 2
The CSS star filter no longer works in IE7 or later.

Help
Properties inside the * html {} CSS hack are ignored by IE7 and later. Conditional comments are a fully supported, standards-compliant alternative.

ml { margin-top: 32px; }
* html body { margin-top: 32px; }
#catapult-cookie-bar {
direction: ltr;
color: #DDD;
Priority 2
Use relative rather than absolute units in CSS property values.

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.


Priority 2
Use relative rather than absolute units in CSS property values.

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.

font: normal 13px/28px sans-serif;
height: 30
Priority 2
The position:fixed CSS property is not supported by IE6 and iOS 4.


px;
position: fixed;
top: 0;
left: 0;
width: 100%;
min-width: 600px;
z-index: 99999;
padding:2px 20px 0;
background-color: #464646;
Priority 1
CSS Validation Error.
Line 39 CSS Validation


background-image: -ms-linear-gradient(bottom, #373737, #464646 5px);
background-image: -moz-linear-gradient(bottom, #373737, #464646 5px);
background-image: -o-linear-gradient(bottom, #373737, #464646 5px);
background-image: -webkit-gradient(linear,left bottom,left top,from( #373737),to(#464646));
background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px);
background-image: linear-gradient(bottom, #373737, #464646 5px);
text-align:left;
}
#catapult-cookie-bar a {
color:#fff;

Priority 2
Ensure that foreground and background colors have enough contrast. The foreground/background contrast ratio is 2.826645. The ratio should be 4.5 or more, and for links this applies to both visited and unvisited styles.

Help
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

}
button#catapultCookie {
margin:0 20px;
line-height:20px;
background:#45AE52;
border:none;
color:#fff;
padding:0 12px;
Priority 3
CSS property border-radius is not supported by IE8 or earlier.

Help
No rounded corners will be displayed on old versions of Internet Explorer.

border-radius: 3px;
cursor: poi
Priority 2
Use relative rather than absolute units in CSS property values.

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.


Priority 2
Text-based form controls with absolute font sizes do not resize correctly.
Line 59 WCAG2 AA F80

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low vision users often zoom forms to make them easier to fill in, but the text on this form may not resize correctly.

nter;
font-size: 13px;
font-weight: bold;
font-family:
Priority 3
The text-shadow CSS property is not supported by Internet Explorer 9, Firefox 3.0 and BlackBerry 5.


sans-
Priority 3
The text-shadow CSS property is not supported by Internet Explorer 9, Firefox 3.0 and BlackBerry 5.


seri
Priority 3
The text-shadow CSS property is not supported by Internet Explorer 9, Firefox 3.0 and BlackBerry 5.


f;
text-shadow: #555 1px 1px;
}
button#catapultCookie:hover {
background:#5EC544;
}
</style>
<script type="text/javascript">
function catapultAcceptCookies() {
days = 30;
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
document.cookie = "catAccCookies=true"+expires+"; path=/";
jQuery("#catapult-cookie-bar").hide();
jQuery("html").css("margin-top","0");
}
</script><meta name="robots" content="index, follow" />
<script type="text/javascript" src="http://www.finalduties.co.uk/?bfa_ata_file=js"></script>
<script type="text/javascript" language="javascript">
function showDiv(div){
if(document.getElementById(div).style.display=='block'){
hideDiv(div);
}else{
document.getElementById(div).style.display='block';
}
}
function hideDiv(div){
document.getElementById(div).style.display='none';
}
</script>
<!--[if IE 6]>
<script type="text/javascript" src="http://www.finalduties.co.uk/wp-content/themes/atahualpa/js/DD_roundies.js"></script>
<script type="text/javascript">DD_roundies.addRule('a.posts-icon, a.comments-icon, a.email-icon, img.logo');</script>
<![endif]-->
</head>
<body class="home page page-id-17 page-parent page-template-default">

Priority 3
The A NAME attribute is deprecated in XHTML 1.0, and is illegal in XHTML 1.1 Strict.

Help
Use the ID attribute instead.

<a name="top"></a><div id="wrapper">
<div id="container">
<table id="layout" border="0" cellspacing="0" cellpadding="0">
<colgroup>

Priority 2
The COL and COLGROUP elements are not supported by BlackBerry 5.0.
Line 105 BlackBerry


<col class="coltwo" />

Priority 2
The COL and COLGROUP elements are not supported by BlackBerry 5.0.
Line 106 BlackBerry


<col class="colthree" /></colgroup>
<tr>
<!-- Header -->
<td id="header" colspan="2">
<table id="logoarea" cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td valign="middle" class="logoarea-logo"><a href="http://www.finalduties.co.uk/"><img class="logo" src="http://www.finalduties.co.uk/wp-content/themes/atahualpa/images/logo.jpg" alt="Probate from Final Duties" /></a></td><td valign="middle" class="logoarea-title"><h2 class="blogtitle"><a href="http://www.finalduties.co.uk/">Probate from Final Duties</a></h2><p class="tagline">Low Cost Probate</p></td></tr></table> <div id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">
<li class="page_item current_page_item"><a href="http://www.finalduties.co.uk/" title="Probate from Final Duties">Home</a></li>
<li class="page_item page-item-17 current_page_item"><a href="http://www.finalduties.co.uk/">Our Probate Service</a>
<ul class='children'>
<li class="page_item page-item-2"><a href="http://www.finalduties.co.uk/home/about/">About our Probate service</a></li>
<li class="page_item page-item-50"><a href="http://www.finalduties.co.uk/home/prepaid-probate-service/">Prepaid Probate Service</a></li>
<li class="page_item page-item-1190"><a href="http://www.finalduties.co.uk/home/fixed-fee-probate-quotation/">We Offer Fixed Fee Probate</a></li>
<li class="page_item page-item-5333"><a href="http://www.finalduties.co.uk/home/save-upto-50-on-probate-costs/"><p style="text-align: center;
Priority 1
Document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 119 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 119 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.

">We can save you upto 50% on Probate Costs</p></a></li>
<li class="page_item page-item-3324"><a href="http://www.finalduties.co.uk/home/probate-fees-comparison/">See our Probate Fees Comparison</a></li>
<li class="page_item page-item-81"><a href="http://www.finalduties.co.uk/home/faq/">FAQ about Wills &#038; Probate</a></li>
</ul>
</li>
<li class="page_item page-item-26"><a href="http://www.finalduties.co.uk/probate-services/">Probate Help</a>
<ul class='children'>
<li class="page_item page-item-6717"><a href="http://www.finalduties.co.uk/probate-services/executor-support/">Executor Support</a></li>
<li class="page_item page-item-2942"><a href="http://www.finalduties.co.uk/probate-services/registering-a-death/" >Registering a death</a></li>
<li class="page_item page-item-3003"><a href="http://www.finalduties.co.uk/probate-services/what-to-do-when-someone-dies/">What to do when someone dies</a></li>
<li class="page_item page-item-1243"><a href="http://www.finalduties.co.uk/probate-services/probate-office-directory/" >Probate office directory</a></li>
<li class="page_item page-item-1262"><a href="http://www.finalduties.co.uk/probate-services/probate-and-administration-fees/">Ten Top Tips to reduce Probate and Administration fees</a></li>
<li class="page_item page-item-48"><a href="http://www.finalduties.co.uk/probate-services/estate-administration/">Estate Administration</a></li>
<li class="page_item page-item-68"><a href="http://www.finalduties.co.uk/probate-services/duties-of-an-executor/">Duties of an Executor</a></li>
</ul>
</li>
<li class="page_item page-item-177"><a href="http://www.finalduties.co.uk/will-writing/">Will Writing</a>
<ul class='children'>
<li class="page_item page-item-6183"><a href="http://www.finalduties.co.uk/will-writing/prices-of-wills/">Prices of Wills</a></li>
<li class="page_item page-item-3133"><a href="http://www.finalduties.co.uk/will-writing/how-to-make-a-will/">How to make a will</a></li>
<li class="page_item page-item-1954"><a href="http://www.finalduties.co.uk/will-writing/10-reasons/">10 Reasons To Have a Last will and Testament</a></li>
<li class="page_item page-item-58"><a href="http://www.finalduties.co.uk/will-writing/cheap-wills/">Will Writing, How we can help</a></li>
</ul>
</li>
<li class="page_item page-item-5273"><a href="http://www.finalduties.co.uk/meet-the-team/">Meet The Team</a></li>
<li class="page_item page-item-2307"><a href="http://www.finalduties.co.uk/guide-to-probate/" >Probate Information</a>
<ul class='children'>
<li class="page_item page-item-5135"><a href="http://www.finalduties.co.uk/guide-to-probate/probate-form/">Probate Forms</a></li>
<li class="page_item page-item-2888"><a href="http://www.finalduties.co.uk/guide-to-probate/how-long-does-probate-take/">How long does probate take</a></li>
<li class="page_item page-item-1274"><a href="http://www.finalduties.co.uk/guide-to-probate/what-is-probate/">What is probate?</a></li>
<li class="page_item page-item-6394"><a href="http://www.finalduties.co.uk/guide-to-probate/what-is-a-grant-of-probate/">What is a Grant Of probate</a></li>
<li class="page_item page-item-1855"><a href="http://www.finalduties.co.uk/guide-to-probate/intestate/">What is intestate?</a></li>
<li class="page_item page-item-3929"><a href="http://www.finalduties.co.uk/guide-to-probate/dangers-of-diy-probate/">Dangers of DIY Probate.</a></li>
</ul>
</li>
<li class="page_item page-item-4054"><a href="http://www.finalduties.co.uk/get-probate-quote-now/">Get Probate Quote now</a></li>
<li class="page_item page-item-79"><a href="http://www.finalduties.co.uk/contact-us/">Contact us</a>
<ul class='children'>
<li class="page_item page-item-5247"><a href="http://www.finalduties.co.uk/contact-us/cookie-policy/">Cookie Policy</a></li>
</ul>
</li>
<li class="page_item page-item-7651"><a href="http://www.finalduties.co.uk/directory-of-pages/">Directory of pages</a></li>
<li class="page_item page-item-1880"><a href="http://www.finalduties.co.uk/other-services/">Other Services</a>
<ul class='children'>
<li class="page_item page-item-6612"><a href="http://www.finalduties.co.uk/other-services/executor-services/">Executor Services</a>
<ul class='children'>
<li class="page_item page-item-6706"><a href="http://www.finalduties.co.uk/other-services/executor-services/executor-probate-services/">Fixed Fee Executor Probate Services</a></li>
<li class="page_item page-item-6646"><a href="http://www.finalduties.co.uk/other-services/executor-services/free-executor-help/">Free Executor Help</a></li>
</ul>
</li>
<li class="page_item page-item-60"><a href="http://www.finalduties.co.uk/other-services/investment-advice/">Investment Advice</a></li>
<li class="page_item page-item-54"><a href="http://www.finalduties.co.uk/other-services/property-services/">Property Services-probate assistance</a></li>
<li class="page_item page-item-1838"><a href="http://www.finalduties.co.uk/other-services/funeral-plan/" >Funeral Plan</a></li>
<li class="page_item page-item-1894"><a href="http://www.finalduties.co.uk/other-services/package-of-support/">Package of support</a></li>
<li class="page_item page-item-4880"><a href="http://www.finalduties.co.uk/other-services/thank-you-for-visiting-final-duties/">Thank you for visiting Final Duties</a></li>
</ul>
</li>
<li class="page_item page-item-255"><a href="http://www.finalduties.co.uk/probate/">Probate news-blog</a></li>
</ul></div>
<a href="http://www.finalduties.co.uk/get-probate-quote-now/">
Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img src="http://www.finalduties.co.uk/wp-content/themes/atahualpa/images/header/header.png
Priority 1
Character ")" not allowed in attribute specification list.
Line 178 HTML Validation


"
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 178 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 178 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

) no-repeat scroll center center transparent;">
</t
Priority 1
End tag for "a" omitted, but OMITTAG NO was specified.
Line 179 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 1
This page has markup errors, causing screen readers to miss content.
Line 179 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 179 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

d>
<!-- / Header -->
</tr>
<!-- Main Body -->
<tr id="bodyrow">
<!-- Main Column -->
<td id="middle">
<div class="post-17 page type-page status-publish hentry post" id="post-17">
<div class="post-headline"> <h1>Our Probate Service</h1>
</div>
<div class="post-bodycopy clearfix"><h2><span style="font-size: medium;">UK&#8217;s leading Probate Service &#8211; Low cost probate<br />
</span></h2>

Priority 2
Headings should not be empty.
Line 207 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h2><span style="font-size: small;"><br />
</span></h2>
<table>
<tbody>
<tr>
<th><span style="font-size: small;">ESTATE VALUE</span></th>
<th><span style="font-size: small;">£65,000</span></th>
<th><span style="font-size: small;">£180,000</span></th>
<th><span style="font-size: small;">£405,000</span></th>
</tr>
<tr>
<td><span style="font-size: small;">Typical Bank fee</span></td>
<td><span style="font-size: small;">£2,600</span></td>
<td><span style="font-size: small;">£7,200</span></td>
<td><span style="font-size: small;">£16,200</span></td>
</tr>
<tr>
<td><span style="font-size: small;">Typical Solicitor&#8217;s fee</span></td>
<td><span style="font-size: small;">£1,300</span></td>
<td><span style="font-size: small;">£3,600</span></td>
<td><span style="font-size: small;">£8,100</span></td>
</tr>
<tr>
<td><span style="font-size: small;"><strong>Our Quote</strong></span></td>
<td><span style="font-size: small;"><strong>£787</strong></span></td>
<td><span style="font-size: small;"><strong>£1,520</strong></span></td>
<td><span style="font-size: small;"><strong>£2,135</strong></span></td>
</tr>
</tbody>
</table>
<p><span style="font-size: small;"><span style="color: #000000;">Our unique service has been featured in six national newspapers
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 237 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

<a title="Probate" href="http://www.guardian.co.uk/money/2009/apr/18/probate-writing-a-will" target="_blank">see here</a> and
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 237 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

<a title="Fairer probate fees" href="http://www.which.co.uk/news/2010/02/which-calls-for-fairer-probate-fees-203914/" target="_blank">which? Money Magazine</a> and is designed to ensure that you save money and get top quality advice from a leading specialist firm.<br />
</span></span></p>
<p><span style="font-size: small;"><span style="color: #000000;"> We have also appeared on BBC 1 on a program called Rip Off Britain discussing  local probate solicitors and banks regarding their </span><span style="color: #000000;"><span id="taw" style="margin-right: 0px;">excessive</span> Probate fees. <br style="font-size: small;" /> </span></span></p>
<p><span style="color: #000000; font-size: small;">
Priority 3
Use bold text sparingly - for one or two words or a short phrase.

Help
Keep runs of bold text to less than 70 characters.

<strong>In a recent <a href="http://www.finalduties.co.uk/probate/probate-market-leaders/">competitor review</a> we found Final Duties to be  50% less expensive than some of our major competitors.</strong></span></p>
<p><span style="font-size: small;">
Priority 3
Use bold text sparingly - for one or two words or a short phrase.

Help
Keep runs of bold text to less than 70 characters.

<strong style="color: #800000;"><span style="color: #000000;">Rest assured that our solicitors are some of the most experienced
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 241 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

<a href="http://www.finalduties.co.uk/meet-the-team/" target="_blank">probate solicitors</a> in the country.</span></strong></span></p>
<p><span style="font-size: small;">Once you have instructed us you will deal directly with your solicitor just as if you had instructed them yourself.</span></p>
<p><span style="font-size: small;"><strong>Guaranteed Fixed Fee<br />
</strong></span></p>
<p><span style="font-size: small;">Few solicitors will provide a
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 245 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

<a href="http://www.finalduties.co.uk/home/fixed-fee-probate-quotation/" target="_blank"> fixed fee price</a> quotation so you won’t know the final cost until the bill arrives.  We take comprehensive details of the estate at the outset so that we can provide a fixed fee written <a href="http://www.finalduties.co.uk/get-probate-quote-now/">probate quotation</a> that is guaranteed not to increase unless the details of the estate change.</span></p>
<p><span style="font-size: small;"><strong>Transparent Charging Basis</strong></span></p>
<p><span style="font-size: small;">Bank <a href="http://www.finalduties.co.uk/probate/final-duties-probate-fees/">probate fees </a>often exceed 4% of the estates value and most solicitors work on a cost per hour plus a percentage of the estate.  We think that this is grossly unfair.  Our quotation is based on a fair estimate of the number of hours work required, rather than a percentage of the estate’s value.</span></p>
<p><span style="font-size: small;"><strong>Absolutely no Hidden Fees</strong></span></p>
<p><span style="font-size: small;">Your fixed fee quotation will include a 24 point schedule that sets out exactly what service you will receive and a break down of all other charges and disbursements.  You will know to the penny what the final  bill will be before you instruct us.</span></p>
<p><span style="font-size: small;"><strong>Financial Security</strong></span></p>
<p><span style="font-size: small;">We only deals with fully qualified solicitors. This means that all client monies are held securely in their clients’ accounts and protected by the solicitors’ compensation fund.  This gives you absolute financial security and peace of mind.</span></p>
<p><span style="font-size: small;"><strong>Taking Care of Every Detail</strong></span></p>
<p><span style="font-size: small;">We can help you with every aspect of administering the estate for example we can help you to clear, clean and sell the property and arrange for legal and financial advice for the beneficiaries. Very few Probate<em> </em>providers are able to offer such a wide range of ancillary services and these can save you time, money and worry at a
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 253 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

<a href="http://www.finalduties.co.uk/probatenews/coping-with-bereavement/" target="_blank">difficult time</a>.</span></p>
<p><span style="font-size: small;"><strong>A Sympathetic Service</strong></span></p>
<p><span style="font-size: small;">As part of our service we will provide you with a detailed written<em> </em>quotation free of charge and without obligation.  This is done over the telephone; no one will visit you and you will be left in peace to decide whether to accept our quotation.  We believe that our service and competitive prices will sell itself. See here fo
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 255 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

r <a href="http://www.finalduties.co.uk/home/probate-fees-comparison/" target="_blank">a probate price comparison</a></span></p>
<p><span style="font-size: small;"><strong>Pay Later</strong></span></p>
<p><span style="font-size: small;">If you decide to accept our quotation we will ask you to pay our  broking fee of £295 including vat.  There is nothing else to pay until the<strong> </stro
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 257 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

ng><a title="grant of probate" href="http://www.finalduties.co.uk/probate/what-is-a-grant-of-probate/" target="_blank">Grant of Probate</a>
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 257 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

or <a href="http://www.finalduties.co.uk/probate-services/estate-administration/" target="_blank">Letters of Administration </a>have been obtained as in most cases all remaining fees will be taken from the Estate.</span></p>
<p><span style="font-size: small;"><strong>Money Back Guarantee</strong></span></p>
<p><span style="font-size: small;">Our broking fee is only payable if you accept our
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 259 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

<a title="probate quotation" href="http://www.finalduties.co.uk/get-probate-quote-now/" target="_blank">quotation</a>, so if you are not happy with our quote then you pay nothing.  You have nothing to lose and everything to gain by asking us for a quotation.</span></p>
<p><span style="font-size: small;"><strong>You could save Thousands</strong></span></p>
<p><span style="font-size: small;">Our fees are typically half the price of using a high street solicitor and a quarter of the cost of using a bank.  The table below gives some real examples of some of the fee savings we have achieved for our clients using our panel of solicitors.</span></p>
<p><span style="font-size: small;"><!-- Place this tag where you want the +1 button to render --></span></p>
<div style="text-align: center;">
<table style="font-size: 14px;">
<tbody>
<tr>
<th><span style="font-size: small;">ESTATE VALUE</span></th>
<th><span style="font-size: small;">£65,000</span></th>
<th><span style="font-size: small;">£180,000</span></th>
<th><span style="font-size: small;">£405,000</span></th>
</tr>
<tr>
<td><span style="font-size: small;">Typical Bank fee</span></td>
<td><span style="font-size: small;">£2,600</span></td>
<td><span style="font-size: small;">£7,200</span></td>
<td><span style="font-size: small;">£16,200</span></td>
</tr>
<tr>
<td><span style="font-size: small;">Typical Solicitor&#8217;s fee</span></td>
<td><span style="font-size: small;">£1,300</span></td>
<td><span style="font-size: small;">£3,600</span></td>
<td><span style="font-size: small;">£8,100</span></td>
</tr>
<tr>
<td><span style="font-size: small;"><strong>Our Quote</strong></span></td>
<td><span style="font-size: small;"><strong>£787</strong></span></td>
<td><span style="font-size: small;"><strong>£1,520</strong></span></td>
<td><span style="font-size: small;"><strong>£2,135</strong></span></td>
</tr>
</tbody>
</table>
</div>
<p><span style="font-size: small;"><strong>The Next Step</strong></span></p>

Priority 3
Many people with cognitive disabilities (including dyslexia) find justified text very hard to read (text aligned to both the left and the right margins).
Line 294 WCAG2 AAA F88

Help
The spaces between words create "rivers of white" running down the page, which make the text difficult for some people to read. The best way to avoid the problem is avoid justified text.

<p style="text-align: justify;"><span style="font-size: small;">
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 294 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

<a title="Contact us" href="http://www.finalduties.co.uk/contact-us/" target="_blank">Contact us</a> now on for more information <span style="color: #830029;"><strong>0800 731 8722</strong></span></span></p>
<ul>
<li><span style="font-size: small;"><a href="http://www.finalduties.co.uk/home/fixed-fee-probate-quotation/">We offer fixed fee probate</a></span></li>
<li><span style="font-size: small;"><a href="http://www.finalduties.co.uk/home/save-upto-50-on-probate-costs/">We can save you upto 50% on probate fees</a></span></li>
<li><span style="font-size: small;"><a href="http://www.finalduties.co.uk/probate/probate-market-leaders/">See how we beat our competitors in a survey</a></span></li>
</ul>
<p><span style="font-size: small;"> </span></p>

Priority 1
IFRAME tags must have alternative content.

Help
To cater for screen readers that don't support frames, place some text in the IFRAME tag. For example: <iframe src='file.htm'>Alternative content</iframe>


Priority 1
No TITLE attributes found for the frames on these pages.

Help
Add a TITLE attribute to each FRAME and IFRAME element (e.g. TITLE="Main Content"). Screen readers read out the TITLE letting the user decide which frame to visit.

<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.finalduties.co.uk%2F&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=recommend&amp;colorscheme=light&amp;height=30' scrolling='no' frameborder='0' style='border:none; overflow:hidden; height:30px' allowTransparency
Priority 2
There is no attribute "allowTransparency".
Line 301 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

='true'></iframe></div>
</div><!-- / Post -->
</td>
<!-- / Main Column -->
<!-- Right Sidebar -->
<td id="right">
<div id="text-2" class="widget widget_text"><div class="widget-title"><h3>Contact Us.</h3></div> <div class="textwidget">
<!-- Fast Secure Contact Form plugin 3.1.5.6 - begin - FastSecureContactForm.com -->
<div id="FSContact1" style="width:220px;">
<form action="http://www.finalduties.co.uk/#FSContact1" id="si_contact_form1" method="post">
<div style="text-align:left;">
<span class="required">*</span>(denotes required field)
</div>
<div>
<input type="hidden" name="si_contact_CID" value="1" />
</div>
<div style="text-align:left; padding-top:5px;">
<label for="si_contact_f_name1">First Name:<span class="required">*</span></label>
</div>
<div style="text-align:left;">
<input style="text-align:left; margin:0;" type="text" id="si_contact_f_name1" name="si_contact_f_name" value="" size="31" />
</div>
<div style="text-align:left; padding-top:5px;">
<label for="si_contact_l_name1">Last Name:<span class="required">*</span></label>
</div>
<div style="text-align:left;">
<input style="text-align:left; margin:0;" type="text" id="si_contact_l_name1" name="si_contact_l_name" value="" size="31" />
</div>
<div style="text-align:left; padding-top:5px;">
<label for="si_contact_email1">E-Mail Address:<span class="required">*</span></label>
</div>
<div style="text-align:left;">

Priority 3
The INPUT TYPE="EMAIL" attribute is not supported in Internet Explorer 9 and earlier.


<input style="text-align:left; margin:0;" type="emai
Priority 1
Value of attribute "type" cannot be "email"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 350 HTML Validation


l" id="si_contact_email1" name="si_contact_email" value="" size="31" />
</div>
<div style="text-align:left; padding-top:5px;">
<label for="si_contact_ex_field1_1">Your Contact Number</label>
</div>
<div style="text-align:left;">
<input style="text-align:left; margin:0;" type="text" id="si_contact_ex_field1_1" name="si_contact_ex_field1" value="" maxlength="31" size="31" />
</div>
<div style="text-align:left; padding-top:5px;">
<label for="si_contact_message1">Message:<span class="required">*</span></label>
</div>
<div style="text-align:left;">
<textarea style="text-align:left; margin:0;" id="si_contact_message1" name="si_contact_message" cols="30" rows="10"></textarea>
</div>
<div style="text-align:left; padding-top:5px;">
<input type="hidden" name="si_contact_action" value="send" />
<input type="hidden" name="si_contact_form_id" value="1" />
<input type="submit" id="fsc-submit-1" style="cursor:pointer; margin:0;" value="Submit" />
</div>
</form>
</div>
<!-- Fast Secure Contact Form plugin 3.1.5.6 - end - FastSecureContactForm.com --></div>
</div><div id="wp_email_capture_widget_class-2" class="widget widget_wp_email_capture_widget_class"><div class="widget-title"><h3>Ten Top Tips to avoiding probate mistakes</h3></div><div class="textwidget">Please fill in your name and E-mail address and we will send you 10 top tips on avoiding probate mistakes</div> <div id="wp_email_capture" class="wp-email-capture wp-email-capture-widget wp-email-capture-widget-worldwide"><form name="wp_email_capture" method="post" action="http://www.finalduties.co.uk/">
<label class="wp-email-capture-name wp-email-capture-label wp-email-capture-widget-worldwide wp-email-capture-name-widget wp-email-capture-name-label wp-email-capture-name-label-widget" for="wp-email-capture-name-widget">Name:</label> <input name="wp-email-capture-name" id="wp-email-capture-name-widget" type="text" class="wp-email-capture-name wp-email-capture-input wp-email-capture-widget-worldwide wp-email-capture-name-widget wp-email-capture-name-input wp-email-capture-name-input-widget" /><br/>
<label class="wp-email-capture-email wp-email-capture-label wp-email-capture-widget-worldwide wp-email-capture-email-widget wp-email-capture-email-label wp-email-capture-email-label-widget" for="wp-email-capture-email-widget">Email:</label> <input name="wp-email-capture-email" id="wp-email-capture-email-widget" type="text" class="wp-email-capture-email wp-email-capture-input wp-email-capture-widget-worldwide wp-email-capture-email-widget wp-email-capture-email-input wp-email-capture-email-input-widget" /><br/>
<input type="hidden" name="wp_capture_action" value="1" />
<input name="Submit" type="submit" value="Submit" class="wp-email-capture-submit wp-email-capture-widget-worldwide" />
</form>
</div>
</div><div id="text-3" class="widget widget_text"> <div class="textwidget"><p>
<p
Priority 1
Document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 392 HTML Validation


/>
<a href="http://www.guardian.co.uk/money/2009/apr/18/probate-writing-a-will" target="_blank"><img src="http://www.finalduties.co.uk/wp-content/uploads/2013/01/newspapers2-1.jpg" width
Priority 1
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 393 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 393 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.

=200 height
Priority 1
An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Line 393 HTML Validation


=260
Priority 1
Required attribute "alt" not specified.
Line 393 HTML Validation


/>
</a>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 395 HTML Validation


p>
<p
Priority 1
Document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 396 HTML Validation


/>
</di
Priority 1
End tag for "p" omitted, but OMITTAG NO was specified.
Line 397 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 1
End tag for "p" omitted, but OMITTAG NO was specified.
Line 397 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 1
This page has markup errors, causing screen readers to miss content.
Line 397 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 397 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

v>
</div> <div id="recent-posts-3" class="widget widget_recent_entries"> <div class="widget-title"><h3>Recent Posts</h3></div> <ul>
<li><a href="http://www.finalduties.co.uk/probate/valuation-for-probate/" title="Valuation For Probate">Valuation For Probate</a></li>
<li><a href="http://www.finalduties.co.uk/probate/wills-of-thousands-of-soldiers-available-online/" title="Wills of thousands of soldiers available online">Wills of thousands of soldiers available online</a></li>
<li><a href="http://www.finalduties.co.uk/probate/an-explanation-about-probate-property/" title="An Explanation About a Probate Property">An Explanation About a Probate Property</a></li>
<li><a href="http://www.finalduties.co.uk/probate/to-avoid-probate-or-not/" title="To Avoid Probate or Not?">To Avoid Probate or Not?</a></li>
<li><a href="http://www.finalduties.co.uk/probate/tony-blairs-multi-million-pound-fortune-has-received-an-80000-boost/" title="Tony Blair&#8217;s multi-million-pound fortune has received an £80,000 boost">Tony Blair&#8217;s multi-million-pound fortune has received an £80,000 boost</a></li>
<li><a href="http://www.finalduties.co.uk/probate/no-estate-left-to-guitar-legends-partner/" title="No estate left to guitar legend&#8217;s partner">No estate left to guitar legend&#8217;s partner</a></li>
<li><a href="http://www.finalduties.co.uk/probate/getting-probate-in-the-uk/" title="Getting Probate in the UK">Getting Probate in the UK</a></li>
<li><a href="http://www.finalduties.co.uk/probate/have-you-inherited-land/" title="Have you inherited land?">Have you inherited land?</a></li>
<li><a href="http://www.finalduties.co.uk/probate/out-of-date-wills-have-you-checked-yours/" title="Out of date wills, have you checked yours?">Out of date wills, have you checked yours?</a></li>
<li><a href="http://www.finalduties.co.uk/probate/expecting-inheritance/" title="Expecting Inheritance?">Expecting Inheritance?</a></li>
<li><a href="http://www.finalduties.co.uk/probate/a-recent-probate-survey-shows-most-left-items/" title="A recent probate survey shows most left items">A recent probate survey shows most left items</a></li>
<li><a href="http://www.finalduties.co.uk/probate/probate-what-is-a-caveat/" title="Probate : What is a Caveat">Probate : What is a Caveat</a></li>
<li><a href="http://www.finalduties.co.uk/probate/google-launches-digital-after-life-tool/" title="Google launches digital after life tool">Google launches digital after life tool</a></li>
<li><a href="http://www.finalduties.co.uk/probate/where-can-i-get-a-probate-application-form-from/" title="Where can i get a probate application form from">Where can i get a probate application form from</a></li>
<li><a href="http://www.finalduties.co.uk/probate/a-huge-rise-for-probate-companies-offering-fixed-fee-probate/" title="A huge rise for probate companies offering fixed fee probate">A huge rise for probate companies offering fixed fee probate</a></li>
<li><a href="http://www.finalduties.co.uk/probate/nil-rate-band-rates-of-inheritance-tax/" title="Nil rate band rates of inheritance tax">Nil rate band rates of inheritance tax</a></li>
<li><a href="http://www.finalduties.co.uk/probate/what-are-intestacy-rules/" title="What are intestacy rules">What are intestacy rules</a></li>
<li><a href="http://www.finalduties.co.uk/probate/what-are-the-usual-probate-solicitor-charges/" title="What are the usual probate solicitor charges">What are the usual probate solicitor charges</a></li>
<li><a href="http://www.finalduties.co.uk/probate/hmrc-begins-intensive-search-for-foreign-trust-assets/" title="HMRC begins intensive search for foreign trust assets">HMRC begins intensive search for foreign trust assets</a></li>
<li><a href="http://www.finalduties.co.uk/probate/iht-nil-rate-band-to-be-frozen-until-2019/" title="IHT nil rate band to be frozen until 2019">IHT nil rate band to be frozen until 2019</a></li>
</ul>
</div><div id="text-4" class="widget widget_text"> <div class="textwidget"><A HREF
Priority 2
There is no attribute "HREF".
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="http://www.copyscape.com/plagiarism-scanner/
Priority 1
Element "A" undefined.
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><IMG SRC
Priority 2
There is no attribute "SRC".
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="http://banners.copyscape.com/images/cs-or-120x60.gif" ALT
Priority 2
There is no attribute "ALT".
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="Protected by Copyscape Online Plagiarism Scanner" TITLE
Priority 2
There is no attribute "TITLE".
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="Protected by Copyscape Plagiarism Checker - Do not copy content from this page." WIDTH
Priority 2
There is no attribute "WIDTH".
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="120" HEIGHT
Priority 2
There is no attribute "HEIGHT".
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="60" BORDER
Priority 2
There is no attribute "BORDER".
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="0
Priority 1
Element "IMG" undefined.
Line 420 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"></
Priority 1
End tag for "IMG" omitted, but OMITTAG NO was specified.
Line 420 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 1
This page has markup errors, causing screen readers to miss content.
Line 420 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 420 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

A></div>
</div>
</td>
<!-- / Right Sidebar -->
</tr>
<!-- / Main Body -->
<tr>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript
Priority 1
Document type does not allow element "script" here; missing one of "th", "td" start-tag.
Line 429 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 429 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.

">
var sc_project=7034450;
var sc_invisible=1;
var sc_security="d55aa7d4";
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js
Priority 1
Document type does not allow element "script" here; missing one of "th", "td" start-tag.
Line 435 HTML Validation


"></script>
<noscrip
Priority 1
Document type does not allow element "noscript" here; missing one of "th", "td" start-tag.
Line 436 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 436 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.

t><div class="statcounter"><a title="customizable
counter" href="http://statcounter.com/free-hit-counter/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/7034450/0/d55aa7d4/1/"
alt="customizable counter"></
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 440 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
<!-- Footer -->
<td id="footer" colspan="2">
<p>
Copyright &copy; 2013 Final Duties Ltd - All Rights Reserved &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/legal-notices">Legal Notices</a> &nbsp; &nbs
Priority 1
Reference not terminated by REFC delimiter.
Line 446 HTML Validation


p | &nbsp; &nbs
Priority 1
Reference not terminated by REFC delimiter.
Line 446 HTML Validation


p <a href="/sitemap.xml">Site Map</a>.
<!-- Start Visual Website Optimizer Asynchronous Code -->
<script type='text/javascript'>
var _vwo_code=(function(){
var account_id=31663,
settings_tolerance=2000,
library_tolerance=1500,
use_existing_jquery=false,
// DO NOT EDIT BELOW THIS LINE

Priority 1
The innerText property is a non-standard extension not supported by Firefox.
Line 455 Firefox


f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'
Priority 2
An unknown entity has been used. This often happens when &param=value is used instead of &amp;param=value in URL query strings.

Help
In HTML the ampersand character (&) is reserved for marking character entities so you should never use raw ampersands in HTML - including ampersands inside URLs. For example, any URL that needs an ampersand should look like: http://www.example.com/file.html?var1=val1&amp;var2=val2&amp;var3=val3


Priority 2
An unknown entity has been used. This often happens when &param=value is used instead of &amp;param=value in URL query strings.

Help
In HTML the ampersand character (&) is reserved for marking character entities so you should never use raw ampersands in HTML - including ampersands inside URLs. For example, any URL that needs an ampersand should look like: http://www.example.com/file.html?var1=val1&amp;var2=val2&amp;var3=val3

&
Priority 1
Reference not terminated by REFC delimiter.
Line 455 HTML Validation



Priority 2
An unknown entity has been used. This often happens when &param=value is used instead of &amp;param=value in URL query strings.

Help
In HTML the ampersand character (&) is reserved for marking character entities so you should never use raw ampersands in HTML - including ampersands inside URLs. For example, any URL that needs an ampersand should look like: http://www.example.com/file.html?var1=val1&amp;var2=val2&amp;var3=val3

u='+encodeURIComponent(d.URL)+'
Priority 2
An unknown entity has been used. This often happens when &param=value is used instead of &amp;param=value in URL query strings.

Help
In HTML the ampersand character (&) is reserved for marking character entities so you should never use raw ampersands in HTML - including ampersands inside URLs. For example, any URL that needs an ampersand should look like: http://www.example.com/file.html?var1=val1&amp;var2=val2&amp;var3=val3


Priority 2
An unknown entity has been used. This often happens when &param=value is used instead of &amp;param=value in URL query strings.

Help
In HTML the ampersand character (&) is reserved for marking character entities so you should never use raw ampersands in HTML - including ampersands inside URLs. For example, any URL that needs an ampersand should look like: http://www.example.com/file.html?var1=val1&amp;var2=val2&amp;var3=val3

&
Priority 1
Reference not terminated by REFC delimiter.
Line 455 HTML Validation



Priority 2
An unknown entity has been used. This often happens when &param=value is used instead of &amp;param=value in URL query strings.

Help
In HTML the ampersand character (&) is reserved for marking character entities so you should never use raw ampersands in HTML - including ampersands inside URLs. For example, any URL that needs an ampersand should look like: http://www.example.com/file.html?var1=val1&amp;var2=val2&amp;var3=val3

r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
</script>
<!-- End Visual Website Optimizer Asynchronous Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36623232-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</p>
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName('script')[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0014/6760.js";
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<div id="catapult-cookie-bar">This site uses cookies
Priority 2
Ensure that foreground and background colors have enough contrast. The foreground/background contrast ratio is 2.826645. The ratio should be 4.5 or more, and for links this applies to both visited and unvisited styles.

Help
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

<button id="catapultCookie" onclick="catapultAcceptCookies()">No problem</button><a href="http://www.finalduties.co.uk/legal-notices/">More info</a></div>
</td>
<!-- / Footer -->
</tr>
</table><!-- / layout -->
</div><!-- / container -->
</div><!-- / wrapper -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7010005-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<script type="text/javascript" >
<!--
var VLCampaignId = "2119";
//-->
</script>
</body>
</html>