Hey everyone,
I'm having trouble getting a footer image to align center. No matter what I do it stays aligned left. I know there's any easy solution that I'm missing, so any help is greatly appreciated. The site is cinemascrutiny.com.
My footer.php reads
</div><!-- #main .site-main -->
<div id="bottom" class="container_6">
<ul>
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar("Footer") ) : ?>
<?php endif; ?>
</ul>
<div class="clear"> </div>
</div>
<a href="<?php echo get_option('home'); ?>/"><img align="center"><img src="http://cinemascrutiny.com/wp-content/uploads/2013/08/26690_330100758210_1023485_n-e1377525475592.jpg" alt="" Cinema Scrutiny"" /></a>
</div>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="container_6">
<div class="site-info">
<div class="fcred">
Copyright © <?php echo date('Y');?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a> - <?php bloginfo('description'); ?>.<br />
</div>
</div><!-- .site-info -->
</footer><!-- #colophon .site-footer -->
</div><!-- #page .hfeed .site -->
</div>
<?php wp_footer(); ?>
</body>
</html>