(6/15/2024) Working on revised blog feature.
Example Photo Gallery/Album
This is an example of what a gallery/album of photos can look like. You can click the image to get a full size image.
Photos from the Dallas Old Guys and Gals motorcycle group
Here is the html code for the gallery:
<div class="gallery-container bg-solid-twilight-blue-medium">
<div class="text-center">
<h1>Photos from the Dallas Old Guys and Gals motorcycle group</h1>
</div>
<ul>
<li>
<a href="DomainData/rw_wrd.com/source/doggs/2011%20Destination%20Ride.jpg" target="_blank" rel="noopener">
<img src="DomainData/rw_wrd.com/source/doggs/2011%20Destination%20Ride.jpg" alt="image name" />
</a>
<div class="title">St. Helens ride</div>
</li>
<li>
<a href="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_0530.gif" target="_blank" rel="noopener">
<img src="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_0530.gif" alt="image name" />
</a>
<div class="title">Ride up to Bald Peak</div>
</li>
<li>
<a href="DomainData/rw_wrd.com/source/doggs/DOGGS%20group%20photo.jpg" target="_blank" rel="noopener">
<img src="DomainData/rw_wrd.com/source/doggs/DOGGS%20group%20photo.jpg" alt="image name" />
</a>
<div class="title">The group when we met at Murphy's</div>
</li>
<li>
<a href="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_3421.gif" target="_blank" rel="noopener">
<img src="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_3421.gif" alt="image name" />
</a>
<div class="title">Waiting at the Dallas Food Mart for other riders to show</div>
</li>
<li>
<a href="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_3425.gif" target="_blank" rel="noopener">
<img src="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_3425.gif" alt="image name" />
</a>
<div class="title">Overnighter to central Oregon</div>
</li>
<li>
<a href="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_3426.gif" target="_blank" rel="noopener">
<img src="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_3426.gif" alt="image name" />
</a>
<div class="title">Overnighter to central Oregon</div>
</li>
<li>
<a href="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_3429.gif" target="_blank" rel="noopener">
<img src="DomainData/rw_wrd.com/source/doggs/Rides/2018/IMG_3429.gif" alt="image name" />
</a>
<div class="title">Keith, MIke, Kim, Rick and Jim</div>
</li>
</ul>
</div>
</div>