It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://fairhurstfoto.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <title>Graeme Edge</title>
  6.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.  <style>
  8.    body {
  9.      margin: 0;
  10.      font-family: Arial, sans-serif;
  11.      background: #f8f8f8;
  12.      color: #333;
  13.    }
  14.    header {
  15.      background: linear-gradient(to right, #2c3e50, #34495e);
  16.      color: white;
  17.      padding: 20px;
  18.      text-align: center;
  19.    }
  20.    header h1 {
  21.      margin: 0;
  22.      font-size: 36px;
  23.    }
  24.    header p {
  25.      margin: 5px 0 0;
  26.      font-style: italic;
  27.    }
  28.    .main-image {
  29.      display: block;
  30.      max-width: 100%;
  31.      height: auto;
  32.    }
  33.    .section {
  34.      display: flex;
  35.      flex-wrap: wrap;
  36.      justify-content: center;
  37.      margin: 20px auto;
  38.      max-width: 1000px;
  39.    }
  40.    .column {
  41.      flex: 1;
  42.      min-width: 300px;
  43.      padding: 20px;
  44.      box-sizing: border-box;
  45.    }
  46.    .column img {
  47.      max-width: 100%;
  48.      height: auto;
  49.      margin-bottom: 10px;
  50.    }
  51.    .column h3 {
  52.      color: #800000;
  53.    }
  54.    a {
  55.      color: #0066cc;
  56.      text-decoration: none;
  57.    }
  58.    a:hover {
  59.      text-decoration: underline;
  60.    }
  61.    @media (max-width: 768px) {
  62.      .section {
  63.        flex-direction: column;
  64.        align-items: center;
  65.      }
  66.    }
  67.  </style>
  68. </head>
  69. <body>
  70.  
  71.  <header>
  72.    <h1>Graeme Edge</h1>
  73.    <p>Rock Star, Musician, Writer, Humourist</p>
  74.  </header>
  75.  
  76.  <img
  77.  class="main-image"
  78.  src="https://studiointermedia.com/images/2025/05/16/Screenshot_17.png"
  79.  alt="Graeme Edge playing drums"
  80.  style="display: block; margin: 20px auto; max-width: 100%; height: auto;">
  81.  
  82.  <div class="section">
  83.  
  84.    <div class="column">
  85.      <img src="https://studiointermedia.com/images/2025/05/16/car.jpeg" alt="The Written Works of Graeme Edge">
  86.      <h3>Audio Book, <span style="color:red;">Now available at iTunes!</span></h3>
  87.      <p>To buy the audio book please follow a link…</p>
  88.      <p><a href="#">Buy the Audio Book at iTunes</a><br>
  89.         <a href="#">Buy the Audio Book at Amazon</a></p>
  90.      <p>In June of 2012 as Graeme was finishing up a leg of the ongoing Moody Blues world tour — The Voyage Continues — in South Africa, he stayed on for a few days extra to record the audio version of his much-awaited book, <strong>The Written Works of Graeme Edge</strong>. In this audio version, you will hear Graeme not only read his own poetry and lyrics with that very recognisable voice, but also hear him talk about the background to the writing of some of Classic Rock’s most successful lyrics.</p>
  91.    </div>
  92.  
  93.    <div class="column">
  94.      <img src="https://studiointermedia.com/images/2025/05/16/data_addict.jpeg" alt="Moody Blues Star">
  95.      <h3>Paperback and Kindle</h3>
  96.      <p>To buy the Kindle or Paperback Edition please follow this link…</p>
  97.      <p><a href="#">Buy the Paperback or Kindle Edition…</a></p>
  98.      <p>Order the Paperback or Kindle version of <strong>The Written Works of Graeme Edge</strong> — This is the first time Graeme’s poetry has been collected into one document… a collection of Graeme’s poetry, along with some anecdotal passages with a foreword by the musician and writer Gordy Marshall.</p>
  99.    </div>
  100.  
  101.    <div class="column">
  102.      <img src="https://studiointermedia.com/images/2025/05/16/helmet.jpeg" alt="The Moody Blues Books">
  103.      <h3>The Moody Blues</h3>
  104.      <p><strong>The Moody Blues Today.com website</strong></p>
  105.      <p><a href="#">Click here</a> to find out from moodybluestoday.com all the latest tour dates, news and happenings from the legendary British rock band – The Moody Blues. Here you will see video messages from the band, along with available tour dates, merchandise and where you can join The Moody Blues mailing list.</p>
  106.    </div>
  107.  
  108.  </div>
  109.  
  110. </body>
  111. </html>
  112.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda