Hallo,
ich habe in den footer meines Themes ein Bild eingaaut:
PHP
<div id="footer">
<!-- Please do not delete the credit lines, this theme is released for free under the GNU General Public License (GPL) requiring that the credits must stay intact. Thanks for understanding. -->
<p><strong><?php bloginfo('name'); ?></strong> is proudly powered by <a href="http://wordpress.org/">WordPress</a> - Designed by <a href="http://refueled.net">RFDN</a><br/>
<a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a></p>
<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
<img src="http://aroundtheworld.dehein.de/wp-content/ads/Gorilla-Banner_neu-auf-540.gif">
<?php wp_footer(); ?>
</div>
</div><br/>
</body>
</html>
Alles anzeigen
Der Link zum Bild ist korrekt, es wird jedoch nicht dargestellt: Herzlich Willkommen | Around the World ... wenn ich text einfüge erscheint dieser.
Woran kann das liegen?
Danke