• the theme i am using does not support a header image, it does have a header background.. how can i make my theme support a header image.

    (kinda proud; i was able to make the theme support widgets :}

Viewing 7 replies - 1 through 7 (of 7 total)
  • link?

    Thread Starter roeiboot

    (@roeiboot)

    it’s WIP but here it is: http://appleblogz.com

    i partially made it work with this code:

    <img src="/wp-content/themes/think-different/images/AppleLogo_BL.png" alt=" Apple Logo"><h1><?php bloginfo('name'); ?></h1>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>

    the issue now is, i want the text after the image on the same line so to speak…

    tks.

    <img src="<?php bloginfo('template_directory')?>/images/AppleLogo_BL.png" alt=" Apple Logo"><h1><?php bloginfo('name'); ?></h1>

    Try it once.

    Thread Starter roeiboot

    (@roeiboot)

    thanks chinmoy, but same outcome when i use that code…

    Thread Starter roeiboot

    (@roeiboot)

    still no luck folks…. plz help.

    a few adaptations in style.css of the theme:

    try and add these after the other #header styles, or integrate the values into the existing styles:

    #header img { float:left; margin-left:10px; }
    #header h1 {padding-top:27px;margin-left:80px; }
    Thread Starter roeiboot

    (@roeiboot)

    resolved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘header image, not header…’ is closed to new replies.