Title: jaschulz's Replies | WordPress.org

---

# jaschulz

  [  ](https://wordpress.org/support/users/jaschulz/)

 *   [Profile](https://wordpress.org/support/users/jaschulz/)
 *   [Topics Started](https://wordpress.org/support/users/jaschulz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jaschulz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jaschulz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jaschulz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jaschulz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jaschulz/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [bring focus to page element](https://wordpress.org/support/topic/bring-focus-to-page-element/)
 *  Thread Starter [jaschulz](https://wordpress.org/support/users/jaschulz/)
 * (@jaschulz)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/bring-focus-to-page-element/#post-1395899)
 * Well, in any case, the following does NOT do what I need:
 * `<body onload="document.getElementById('myElement').focus();" >`
 * Any ideas about what would work?
 * Thanks,
 * JAS
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can’t see the image](https://wordpress.org/support/topic/cant-see-the-image/)
 *  Thread Starter [jaschulz](https://wordpress.org/support/users/jaschulz/)
 * (@jaschulz)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/cant-see-the-image/#post-545176)
 * In case anybody’s paying attention, what works is:
 * `<img src="<?php bloginfo('template_directory'); ?>/myblogLogo.gif" alt="MyBlog
   Logo" title="MyBlog Logo" width="112px" height="35px" />`
 * Thanks,
 * JAS
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can’t see the image](https://wordpress.org/support/topic/cant-see-the-image/)
 *  Thread Starter [jaschulz](https://wordpress.org/support/users/jaschulz/)
 * (@jaschulz)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/cant-see-the-image/#post-545164)
 * Just to be perfectly clear, this is the current code (that does show the alt 
   text, but does not show the image):
 * (from header.php)
 * <div id=”header”>
 * <img src=”mybloglogo.gif” alt=”MyBlog Logo” title=”MyBlog Logo” width=”112px”
   height=”35px” />
 * <h1 id=”blog-title”>
 * `<a>`title=”<?php bloginfo(‘name’) ?>”><?php bloginfo(‘name’) ?>
 * `</a>`
    </h1>
 * <div id=”blog-description”><?php bloginfo(‘description’) ?>
 * </div>
    </div>
 * I can see that my img tag is not enclosed in php. Is this necessary? If so, what
   would the php tag look like?
 * Thanks,
 * JAS
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can’t see the image](https://wordpress.org/support/topic/cant-see-the-image/)
 *  Thread Starter [jaschulz](https://wordpress.org/support/users/jaschulz/)
 * (@jaschulz)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/cant-see-the-image/#post-545155)
 * Nope. Didn’t work. I even tried adding height= width= but that didn’t help either.
 * Any other ideas?
 * JAS

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