If you have your own website and found our site to be a helpful resource when starting your journey into your family history research, why not link to us so others can benefit too?
Adding a small image link
To add a small image link like the above example, simply copy and paste the following code into your webpage:
<div style="width: 100%; text-align: center;">
<a href="https://www.british-family-history.co.uk/" target="_blank">
<picture>
<source
srcset="https://www.british-family-history.co.uk/img/bfh_link_sm.png"
type="image/png"
media="(max-width: 767px)"
>
<source
srcset="https://www.british-family-history.co.uk/img/bfh_link_sm.svg"
type="image/svg+xml"
>
<img
src="https://www.british-family-history.co.uk/img/bfh_link_sm.jpg"
alt="British-Family-History.com - Getting started in genealogy"
/>
</picture>
</a>
</div>
Adding a Large image link
To add the Large image link like the above example, copy the following code:
<div style="width: 100%; text-align: center;">
<a href="https://www.british-family-history.co.uk/" target="_blank">
<picture>
<source
srcset="https://www.british-family-history.co.uk/img/bfh_link_lg.png"
type="image/png"
media="(max-width: 767px)"
>
<source
srcset="https://www.british-family-history.co.uk/img/bfh_link_lg.svg"
type="image/svg+xml"
>
<img
src="https://www.british-family-history.co.uk/img/bfh_link_lg.jpg"
alt="British-Family-History.com - Getting started in genealogy"
/>
</picture>
</a>
</div>
We hope our site has been useful and given you a decent amount of information on where and how to begin documenting your family's past. We wish you luck with your research!