Thanks JuggleDad, I am trying the cimy-header-image-rotator plugin. One plus is that potential future clients can install header images themselves. One big minus, is that it is very slow loading. The Atahualpa loads instantly. Also with the Cimy, I still haven't been able to center the images when reducing the browser. I tried replacing the "left: 50%;" with "left: 0%;" Below is the code, thanks John.
================================================== ======================
<!-- Header -->
<td id="header" colspan="<?php echo $cols; ?>">
<?php echo bfa_header_config(); ?>
<!-- Cimy -->
<div id="cimy_div_id_0">Loading images...</div>
<div class="cimy_div_id_0_caption"></div>
<style type="text/css">
#cimy_div_id_0 {
float: left;
margin: 1em auto;
border: 1px solid #000000;
width: 100%;
height: 150px;
}
div.cimy_div_id_0_caption {
position: absolute;
margin-top: 175px;
margin-left: -75px;
width: 150px;
text-align: center;
left: 50%;
padding: 5px 10px;
background: black;
color: white;
font-family: sans-serif;
border-radius: 10px;
display: none;
z-index: 2;
}
</style>
<noscript>
<div id="cimy_div_id_0_nojs">
<img id="cimy_img_id" src="http://www.redknightschapter40.com/wp-content/Cimy_Header_Images/0/Header-1.jpg" alt="" />
</div>
</noscript>
<!-- / Cimy -->
</td>
<!-- / Header -->
================================================== ===================
http://www.redknightschapter40.com/