Code:
<div id="header">
<img src="http://www.c5d.co.uk/c5dbackground.png" alt="c5dlogo" width="950" height="115">
</div>
<div id="navcontainer">
<ul id="nav" class="menu">
<li><a href="http://www.c5d.co.uk/homepage.php"><img src="http://www.c5d.co.uk/home.gif" alt="home"></a></li>
<li><a href="http://www.c5d.co.uk/homepage.php">Eng & Wales</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/homepage.php">England & Wales Certificates</a></li>
<li><a href="http://www.c5d.co.uk/groups.php">Family Groups</a></li>
<li><a href="http://www.c5d.co.uk/research.php">Research Service</a></li>
<li><a href="http://www.c5d.co.uk/ninthfield.php">Large Orders</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/scotland.php">Scotland</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/scotland.php">Scottish Certificates</a></li>
<li><a href="https://secure.jotformeu.com/form/20562318766356">Scottish Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/northernireland.php">N.Ireland</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/northernireland.php">Northern Irish Certificates</a></li>
<li><a href="https://secure.jotformeu.com/form/20562335218347">Northern Ireland Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/roi.php">Eire</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/roi.php">Irish Certificates</a></li>
<li><a href="http://form.jotformeu.com/form/20560737900349">Irish Certificate Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/parishrecords.php">P R Es</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/parishrecords.php">Parish Register Entries</a></li>
<li><a href="https://secure.jotformeu.com/form/20563263008345">Parish Register Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/censusentries.php">Censuses</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/censusentries.php">Census Entry Copies</a></li>
<li><a href="https://secure.jotformeu.com/form/20563312173343">Census Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/sterlingpayments.php">Payments in £</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/sterlingpayments.php">Make Payments in £</a></li>
<li><a href="https://secure.jotformeu.com/form/20562220135338">Order Form</a></li></ul>
</li>
<li><a href="http://www.c5d.co.uk/nzcerts.php">NZ</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/nzcerts.php">New Zealand Certificates</a></li>
<li><a href="http://www.c5d.co.uk/nzcerts.php">Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/probates.php">Probates</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/probates.php">Probates, Wills & Admons</a></li>
<li><a href="http://www.c5d.co.uk/pre1858.php">Pre 1858 Probates</a></li>
<li><a href="https://secure.jotform.com/form/20393244360"> Probate Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/bonavacantia.php">Bona Vacantia</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/bonavacantia.php">Bona Vacantia</a></li>
</ul>
</li>
</ul>
</div>
This CSS should be added to the c5dstyle.css file.
Code:
/* xe.com Universal Currency Converter */
#xeconverter {
display:table;
border:1px solid #000;
border-radius:12px;
background-color:#789;
padding:0 2px;
margin:24px auto 16px; /* centers #xeconverter on the page. Change "auto" to "0" to align left. */
}
.formwrap {
border:1px solid #000;
background-color:#abc;
}
.fieldheads {
display:table;
width:100%;
}
.fieldheads p {
display:table-cell;
width:60%;
padding:8px 0 7px 12px;
margin:0;
}
.fieldheads p + p {
width:auto;
padding-left:0;
}
.xehead,
.xefoot {
text-align:center;
font-size:110%;
line-height:140%;
margin:0;
}
.fieldwrap {
padding:0 8px;
}
.fieldwrap div {
display:inline-block;
vertical-align:middle;
margin:0 4px;
}
.submitwrap {
text-align:center;
margin:12px auto 10px;
}
#xeconverter input[type="submit"] {
padding-bottom:2px;
cursor:pointer;
}
#xeconverter option {
cursor:pointer;
}
.xefoot {
font-size:86%;
}
.xefoot a {
color:#abc;
}
sup { /* ANY <sup> tag will be given these styles */
vertical-align:.4em;
font-size:80%;
}
/* PayPal and Give-a-Cert forms */
#productwrap {
display:table; /* {display:table} with {margin:0 auto} appears to center <h2> "Give a Cert..." because it is the widest line (in fact, that line is not centered). {display:block} or nothing allows the <h2> to left-align alone. */
/* margin:0 auto; /* {display:table} without {margin:0 auto} left-aligns the sales box while its contents (the forms and headings) remain centered. */
}
#products {
display:table;
padding-bottom:12px;
margin:0 auto;
}
#products p {
text-align:center;
margin-top:0;
}
#products input[type="image"] {
display:block;
border:0;
margin:20px auto 0;
}
#target {
display:table;
padding-bottom:12px;
margin:0 auto;
}
#target input[type="image"] {
display:block;
border:0;
margin:6px auto;
}
img[src$="pixel.gif"] { /* ANY <img> tag with a src named pixel.gif will be given these styles */
display:block;
width:1px;
height:1px;
border:0;
}
/* Miscellaneous */
.center {text-align:center;}
.red {color:#cd0000;}
.redul {color:#cd0000; text-decoration:underline;}
.clearfloats:before,
.clearfloats:after {
content:"";
display:table;
line-height:0;
}
.clearfloats:after {
clear:both;
}
HTML for homepage.php
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Certificates in 5 Days C5D</title>
<meta charset="utf-8">
<link rel="stylesheet" href="http://www.c5d.co.uk/c5dstyle.css" type="text/css" media="screen">
<link rel="stylesheet" href="http://www.c5d.co.uk/c5ddropdownmenu.css" type="text/css" media="screen">
<script src="http://www.c5d.co.uk/mootools-1.2.5-core-yc.js" type="text/javascript"></script>
<script src="http://www.c5d.co.uk/MenuMatic_0.68.3.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
window.addEvent('domready', function() {
var myMenu = new MenuMatic();
});
</script>
<div id="wrapper">
<div id="container" class="container">
<!-- BEGIN c5dmenu.php INCLUDE -->
<?php include $_SERVER["DOCUMENT_ROOT"] . "/c5dincludes/c5dmenu.php"; ?>
<!-- END c5dmenu.php INCLUDE -->
<p><a href="https://secure.jotformeu.com/form/13060046206">Secure Order Form</a></p>
<h1>A Personal Service not just a Certificate Supplier.</h1>
<p><span class="redul">C5D: (Certificates in 5 Days)</span> has been around since 1999 and during that time has established a reputation for being reliable and efficient as well as easy and friendly to deal with. Besides supplying your certificates, I'd be happy to look at any brickwalls that might need knocking down, although I can't promise to do that.</p>
<p><span class="redul">Certificates in 5 Days.</span> <br>Obviously I can't get them to your letter box in that time, but I can normally scan or transcribe them to the <in box> of your e mail address, so if speed of information appeals to you, then read on !</p>
<h2>The Service:</h2>
<p>Certificates are obtained and scanned to you.</p>
<p>Certificates are obtained from the ONS unless "original copies" including signatures are usually supplied from the local office.</p>
<p>On receipt by me, they are scanned or a transcription e mailed to you. It's your choice. The default option is a scan.</p>
<p>The entries are then posted by air mail to you. The usual delivery time is about a week or so after the scan.</p>
<p>There are occasional ONS delays which prevent me achieving this and I shall then scan the entries to you on the day of receipt by me. The ONS advertise any delays on their website.</p>
<p>If you would like me to use the local register office, to enable you to obtain entries from the original source, or to enable specifications to be checked, then I can do this for most offices, though not all and there is a supplement of £ 2 for this. If you pay for this option and it is not possible because the offices will not check specifications then I shall refund this supplement of course.</p>
<h2>For certificates from other parts of the UK please click on the relevant link:</h2>
<ul class="census1841">
<li><a href="http://www.c5d.co.uk/homepage.php">England & Wales</a></li>
<li><a href="http://www.c5d.co.uk/scotland.php">Scotland</a></li>
<li><a href="http://www.c5d.co.uk/northernireland.php">Northern Ireland</a></li>
<li><a href="http://www.c5d.co.uk/roi.php">Republic of Ireland</a></li>
<li><a href="http://www.c5d.co.uk/nzcerts.php">New Zealand Certificates</a></li>
</ul>
<h2>And for Probates & Administrations:</h2>
<ul class="census1841">
<li><a href="http://www.c5d.co.uk/probates.php">Probates & Administrations</a></li>
</ul>
<p>Other services may appear cheaper, but often exclude fees for postage and packing, and most will not scan the certificates as they come through. If you'd care to compare prices, just click on one of the adverts below.</p>
<p>For Australian genealolgists. I understand the AIGS charge A$30 with a four week delivery time. Ancestry.com charge £ 22.95 and take three weeks.</p>
<h2>The Costs:</h2>
<p>The preferred method of payment is by credit card and if you adopt this method the cost is £ 12.25 plus p & p of £ 1.50. P & P is £ 2.25 if there are 2 or 3 ordered at once and £ 2.75 for between 4 and 6. Bearing in mind that I scan the entries to you, if you would like surface mail to reduce the cost a bit, then postage for one certificate would be £ 1 and for up to 8 certificates £ 1.75. Please specify that you want surface mail with your order. Paypal will not allow you to make this option, so I will refund the difference back to you.</p>
<p>To pay for a certificate, if I already hold your card details, then a simple e mail will suffice. To send me your card details directly, please use the <a href="https://secure.jotformeu.com/form/13060046206">Secure Order Form</a> or alternatively, if you prefer me not to hold your card details, please complete the <a href="http://form.jotformeu.com/form/20561146794355">Order Form</a> which will take you to the Paypal webpage where payment can be made securely. Alternatively, there is a secure shopping cart lower down the page. I am happy to accept a personal cheque in your currency, but I do incur a commission for this. The cost of certificates per cheque is the equivalent of £ 13.25 (please use the exchange rate calculator below) BUT there is a commission of £ 5 per order, not certificate, for these types of orders. A credit card or Paypal is therefore much cheaper. Once I have acknowledged your order, this cannot be cancelled as I pay for the certificates prior to their receipt. Nor is there any refund available for the same reason.</p>
<p>As a guideline, £ 13.25 = Australian $21, Canada $21, Euro E15, NZ $28, US $21.50</p>
<p>These guides are subject to the day to day change in exchange rates and will be affected by any fees which Card Issuing Companies charge for currency conversions. All transactions are processed in sterling at £ 12.25 plus P & P on receipt of your order.</p>
<!-- BEGIN productwrap -->
<h2> To pay for a certificate by Paypal please click the relevant symbol below:</h2>
<div id="productwrap">
<!-- BEGIN products -->
<div id="products">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="7M9MAVP6L22KN">
<input type="hidden" name="on0" value="Select">
<p>Paypal Shopping Cart</p>
<select name="os0">
<option value="Certificate">Certificate £ 12.25</option>
<option value="Five Year Search">Five Year Search £ 5.00</option>
<option value="Ten Year Search">Ten Year Search £ 9.00</option>
</select>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" name="submit" src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_GB/i/btn/btn_cart_LG.gif" alt="PayPal - The safer, easier way to pay online.">
<img src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_GB/i/scr/pixel.gif" alt="">
</div>
</form>
</div>
<!-- END products -->
<!-- BEGIN target -->
<h2>Give A Certificate to a Friend</h2>
<div id="target">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div>
<input type="hidden" name="cmd" value="_oe-gift-certificate">
<input type="hidden" name="business" value="antonylambert@certificates.fsnet.co.uk">
<input type="hidden" name="amount" value="13.50">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="bn" value="PP-GiftCertBF">
<input type="hidden" name="fixed_denom" value="13.50">
<input type="hidden" name="style_theme" value="WT">
<input type="hidden" name="shopping_url" value="http://www.certificates.fsnet.co.uk/c5d.htm">
<input type="image" name="submit" src="https://www.paypal.com/en_GB/i/btn/btn_buyAGiftCertificate_06.gif" alt="Make payments with PayPal - it's fast, free and secure!">
<img src="https://www.paypal.com/en_GB/i/scr/pixel.gif" alt="">
</div>
</form>
</div>
<!-- END target -->
</div>
<!-- END productwrap -->
<p><span class="red ul">What do others charge?</span> Click on each of the ads below to compare.</p>
<script type="text/javascript"><!--
google_ad_client = "pub-2250361376307882";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<p>To pay by cheque please use this facility to calculate the cost in your currency. Multiply £ 13.95 by the number of certificates you want and add £ 5 for the exchange rate fee.</p>
<p>For cheques from South Africa, these must be approved for payment abroad.</p>
<!-- BEGIN xeconverter -->
<div id="xeconverter">
<p class="xehead">xe.com Universal Currency Converter<sup> ©</sup></p>
<div class="formwrap">
<div class="fieldheads">
<p>Convert this amount of sterling</p>
<p>into this type of currency.</p>
</div>
<form action="http://www.xe.com/ucc/convert.cgi" method="post">
<div class="fieldwrap">
<div>
<input size="5" value="18.25" name="Amount">
</div>
<div>
<select size="6" name="From" id="From">
<option value="GBP" selected="selected">United Kingdom Pounds GBP</option>
</select>
</div>
<div>
<select size="6" name="To" id="To">
<option value="AUD" selected="selected">Australia Dollars AUD</option>
<option value="CAD">Canada Dollars CAD</option>
<option value="EUR">Euro EUR</option>
<option value="NZD">New Zealand Dollars NZD</option>
<option value="ZAR">South Africa Rand ZAR</option>
<option value="USD">United States Dollars USD</option>
</select>
</div>
</div>
<div class="submitwrap">
<input type="submit" value="Click Here to Perform Currency Conversion">
</div>
</form>
</div>
<p class="xefoot">Universal Currency Converter under license from XE.com. <a href="http://www.xe.com/legal/">Terms of Use</a></p>
</div>
<p class="center">For quotes in any other currency, please contact me.</p>
<!-- END xeconverter -->
<h2>Large Orders:</h2>
<p>Do you want 20 or more? If so, then please look at the web page for my bulk order section: <a href="http://www.c5d.co.uk/ninthfield.php">Ninth Field Services</a></p>
<h2>Do you know the parents or spouse?</h2>
<p>The ONS have now withdrawn the facility to check specified points and will only issue certificates based on the GRO Reference. Some local offices will continue to provide this service, and I can take advantage of this where it is available. However there will be an additional fee of £ 1, you are likely to get a certificate which is hand written or typed by the today's registrar and it can take up to three weeks to come through. If the entry doesn't match the criteria specified then half of the fee is refunded to you.</p>
<h2>Details on Certificates:</h2>
<ul class="census1841">
<li><a href="http://www.c5d.co.uk/births.php">English Birth Certificates:</a></li>
<li><a href="http://www.c5d.co.uk/marriages.php">English Marriage Certificates</a></li>
<li><a href="http://www.c5d.co.uk/deaths.php">English Death Certificates</a></li>
</ul>
<h2>Do I need to search for the entry you are seeking?</h2>
<p>If you are not sure of the dates of the events, I do have a facility to search the Registers of Births Marriages and Deaths for the event you are seeking.</p>
<p>I will search 1 year either side of the year free of charge. For searches of up to five years the cost is £ 5.00 and for up to ten years it's £ 9.00</p>
<h2>Other Services for the Genealogist:</h2>
<ul class="census1841">
<li><a href="http://www.c5d.co.uk/groups.php">Family Group Orders</a></li>
<li><a href="http://www.c5d.co.uk/sterlingpayments.php">Payment in Pounds</a></li>
<li><a href="http://www.c5d.co.uk/parishrecords.php">Parish Register Entries</a></li>
<li><a href="http://www.c5d.co.uk/censusentries.php">Census Entries</a></li>
<li><a href="http://www.c5d.co.uk/research.php">Research Service</a></li>
</ul>
<!-- START FMP & Ancestry adverts -->
<div class="clearfloats"> <!-- adverts container (optional?) -->
<div id="advert1">
<a href="http://www.jdoqocy.com/click-5433512-10520381">
<img src="http://www.awltovhc.com/image-5433512-10520381" width="264" height="60" alt="264x60: I am your Nan">
</a>
</div>
<div id="advert2">
<a href="http://www.awin1.com/cread.php?s=265538&v=2114&q=126749&r=127588">
<img src="http://www.awin1.com/cshow.php?s=265538&v=2114&q=126749&r=127588" width="264" height="60" alt="264x60">
</a>
</div>
</div>
<!-- END FMP & Ancestry adverts -->
</div>
</div>
<div id="footer">
<p class="copy">© C5D-Certificates </p>
</div>
</body>
</html>
Bookmarks