If someone can help me, I would really appreciate it.
Thank you.
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
If someone can help me, I would really appreciate it.
Thank you.
The syntax for your image source is incorrect.
should besrc="<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 yourselfsrc="http://kidswalldecal.com/wp-content/uploads/2010/10/212_Giraffes-Removable-Nursery-Wall-Decals-in-room.jpg/images/header_1.jpg"
src="<?php bloginfo('stylesheet_directory'); ?>/images/header_1.jpg"
Bookmarks