Hi, Im creating a site from Pilot Fish theme.
Can't find a way to add a png image to footer.
I need logos.png file in center of footer. I try to edit the footer.php and styles.css
<div class='center'>
<p class='fimage'>
<a href='http://google.com/' target='_top' title='fimage'>
<img src='<?php bloginfo('template_directory');?>/images/logos.png' />
</a>
<?php_e('2012', ''); ?></p>
</div>
p.fimage {
display; inline; line-height; 16px;
}
p.fimage img {
display; inline; padding: 0 0 0 2px;
}
Please help.