HELP I can't get this code to work. All I'm trying to do is put which type of sponsor (platinum or gold) they are above the picture. I've been working on this 4 hours. Please help
Code:
<div class="w3-content">
<div class="myslides w3-container">
<span style="font-size:16px; color:red">Platinum Sponsor</span>
<img class="mySlides" src="classic-wines2.jpg" width="300" height="180" />
</div>
<div class="myslides w3-container">
<span style="font-size:16px; color:red">Platinum Sponsor</span>
<img class="myslides" src="darugar.jpg" width="300" height="180" />
<div class="w3-display-bottomleft w3-container w3-padding-16 w3-black">
Debbie and Dr. Barry Darugar // caption
</div>
</div>
<div class="myslides w3-container">
<span style="font-size:16px; color:black">Gold Sponsor</span>
<img class="mySlides" src="st-mary.jpg" width="300" height="180" />
</div>
</div>
Bookmarks