+ Reply to Thread
Results 1 to 3 of 3

Thread: My New Header is not showing

  1. #1

    Default My New Header is not showing

    I have read several of the threads that deal with changing the header, but none of them have helped me.

    I have changed the header image from the default image to:

    <div id="header_img">
    <?php if (is_home()) { ?>
    <img src="<http://kidswalldecal.com/wp-content/uploads/2010/10/212_Giraffes-Removable-Nursery-Wall-Decals-in-room.jpg>/images/header_1.jpg" width="615px" height="415px" alt="<?php bloginfo('name'); ?> header image 1" title="<?php bloginfo('name'); ?> header image 1" />
    <?php }

    The alt tag shows up on the blog but the image is not visible. What do I need to do to make it visible?

    Thanks in advance for you help. The url is http://kidswalldecal.com

  2. #2

    Default Please Help

    If someone can help me, I would really appreciate it.

    Thank you.

  3. #3
    Join Date
    Feb 2009
    Posts
    605

    Default

    The syntax for your image source is incorrect.

    src="<http://kidswalldecal.com/wp-content/uploads/2010/10/212_Giraffes-Removable-Nursery-Wall-Decals-in-room.jpg>/images/header_1.jpg"
    should be

    src="http://kidswalldecal.com/wp-content/uploads/2010/10/212_Giraffes-Removable-Nursery-Wall-Decals-in-room.jpg/images/header_1.jpg"
    or, so you don't repeat yourself

    src="<?php bloginfo('stylesheet_directory'); ?>/images/header_1.jpg"

+ Reply to Thread

Similar Threads

  1. Category not showing
    By AineNi in forum Bugs & Fixes
    Replies: 2
    Last Post: 02-08-2010, 09:12 PM
  2. Title not showing on front static page
    By antorera in forum Bugs & Fixes
    Replies: 10
    Last Post: 02-01-2010, 12:40 PM
  3. author not showing up with posts
    By jessp27 in forum Posts, Pages, Comments
    Replies: 11
    Last Post: 01-07-2010, 09:34 AM
  4. tagline not showing up
    By jmckelvie in forum Header & Nav Bar
    Replies: 1
    Last Post: 06-30-2009, 10:02 AM
  5. Pages not showing up
    By mike234 in forum Community Exchange
    Replies: 1
    Last Post: 04-29-2009, 02:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts