https://tinyurl.com/y72ml8el1. I am wanting to input a graphic in the Shape5 Fader on the home page.
I have a graphic in place but the graphic is right align and I need it to be center. I have tried to input using this code...
<div align="center"><img src="images/search.png" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="9,52,664,117" href="/listings/index_new.html" />
<area shape="rect" coords="170,4,326,40" href="listings/map/?34.8671079,-84.3367375,12z" />
</map>
</div>
2. Notice the graphic reloads, fades out and reloads - How do I make the graphic to be static ?