Title: header problems
Last modified: August 18, 2016

---

# header problems

 *  [evilstartswith4](https://wordpress.org/support/users/evilstartswith4/)
 * (@evilstartswith4)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/header-problems/)
 * I looked at the page that tells me how to add a banner to the header, and did
   it.
 * So instead of `#header {
    background: url(“<?php bloginfo(‘stylesheet_directory’);?
   >/images/wc_header.jpg”) no-repeat bottom center; } #headerimg { margin: 7px 
   9px 0; height: 192px; width: 740px; }`
 *     ```
       I have #header {
               background: url(\"<?php bloginfo('stylesheet_directory'); ?>http://i7.photobucket.com/albums/y256/LOST_IN_PA/airplane3-5.jpg\")no-repeat bottom center;
               }
       #headerimg  {
         margin: 7px 9px 0;
         height: 192px;
         width: 740px; }
       ```
   
 * yet nothing as changed. Whats wrong?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [halfbloodprince](https://wordpress.org/support/users/halfbloodprince/)
 * (@halfbloodprince)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/header-problems/#post-528120)
 * Try doing this:
 *     ```
       #header {
               background: url(http://i7.photobucket.com/albums/y256/LOST_IN_PA/airplane3-5.jpg) no-repeat bottom center;
               }
       ```
   
 * Your image is stored on photobucket and not in your theme folder, so you don’t
   need to add the `<?php bloginfo('stylesheet_directory'); ?>` bit.
 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/header-problems/#post-528121)
 * Side question: Will photobucket allow hot-linking like that?
 *  [obscure](https://wordpress.org/support/users/obscure/)
 * (@obscure)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/header-problems/#post-528157)
 * Is there any reason not to store it on the hosting machine? Surely that would
   load quicker than an image on photobucket?
 *  Thread Starter [evilstartswith4](https://wordpress.org/support/users/evilstartswith4/)
 * (@evilstartswith4)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/header-problems/#post-528164)
 * I uploaded the image to my site, and put that in, but it still won’t work.
 *  [obscure](https://wordpress.org/support/users/obscure/)
 * (@obscure)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/header-problems/#post-528187)
 * > I have #header {
   >  background: url(**\**“<?php bloginfo(‘stylesheet_directory’);?
   > >[http://i7.photobucket.com/](http://i7.photobucket.com/)
 * You appear to have added a \ in there. Could that be upsetting it?
 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/header-problems/#post-528190)
 * (the silly forum software here probably added that \ in front of the double-quotes.
   
   Reported bug)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘header problems’ is closed to new replies.

## Tags

 * [banner](https://wordpress.org/support/topic-tag/banner/)

 * 6 replies
 * 4 participants
 * Last reply from: [Chris_K](https://wordpress.org/support/users/handysolo/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/header-problems/#post-528190)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
