Adding a header picture
  • sgoyalsgoyal February 6

    I would like to add a custom picture I created as a picture on my header. I am very new to creating a webpage.
    I would like the picture to show under the title. I would greatly appreciate your help step by step. Thank you!

    My website: http://www.yourmdpractice.com/

  • cbavotacbavota February 8

    You would have to manually enter some HTML and text into the header.php file:

    86
    87
    88
    89
    90
        <div id="description"<?php echo $float; ?>>
    <?php if(pbt_theme_option('tag_line')!=2) bloginfo('description'); ?>
    </div>
    <!-- ADD YOUR CODE HERE -->
    <?php

  • sgoyalsgoyal February 12

    I'm sorry...I don't understand. I went back and looked at the file you mentioned and the code. I don't know what I need to add. Right now the picture shows on top of the Name and Tag line. I would like to display the picture under the tag. Can you please help me again. Thank you.

  • cbavotacbavota February 14

    Your code should look something like this:

    86
    87
    88
    89
    90
        <div id="description"<?php echo $float; ?>>
    <?php if(pbt_theme_option('tag_line')!=2) bloginfo('description'); ?>
    </div>
    <img src="URL FILE PATH TO YOUR IMAGE" alt="" />
    <?php


    You may need to also add some CSS in order for it to align the way you want.

Hey there!

Take a look around, and if you would like to add a comment or start a discussion, register by clicking on the button below.

Register

Categories

In this Discussion

Tagged