• Resolved tom5436

    (@tom5436)


    <div class="headerleft">
    		<h1><a href="<?php echo get_settings('home'); ?>/"><img width="356" height="98.6" src="wp-content/themes/revolution_news-21/images/ChampoliLogoFinal.jpg"></a></h1>
    	</div>

    for what ever reason i can’t figure out this code works in fire fox 3.1 what i’m running but not in firefox 2 and tons of other browsers

    Browsershots

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this image code instead (and don’t use 98.6 as an image height):

    <img src="<?php bloginfo('template_url'); ?>/images/ChampoliLogoFinal.jpg" alt="" width="356" height="98" />

    Thread Starter tom5436

    (@tom5436)

    I changed it to that code and still its not showing ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Most browsers don’t show my header image’ is closed to new replies.