Title: header
Last modified: August 19, 2016

---

# header

 *  [jeffreytgomez](https://wordpress.org/support/users/jeffreytgomez/)
 * (@jeffreytgomez)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/header-13/)
 * Hello everyone!
 * On my website: [http://www.thesnobmag.com](http://www.thesnobmag.com)
 * I placed a flash header instead of a generic jpeg one.
 * Now I want a generic jpeg header again. What is the coding that I need to do 
   that within my header.php file?
 * This is it as of right now:
 * <div id=”header”>
    <div id=”headerimg”> ><embed width=”1000″ height=”275″ type
   =”application/x-shockwave-flash” pluginspage=”[http://www.macromedia.com/go/getflashplayer&#8221](http://www.macromedia.com/go/getflashplayer&#8221);
   src=”[http://www.thesnobmag.com/flash/headerX1.swf&#8221](http://www.thesnobmag.com/flash/headerX1.swf&#8221);
   play=”true” loop=”true” menu=”true”‘allowscriptaccess’,’always’, ‘allowfullscreen’,’
   false’, </div> </div>
 * Any help would be greatly appreciated. Thanks!

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

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/header-13/#post-1301801)
 * when posting code on this forum, placing it between backtics makes it so your
   code doesn’t display all jacked up.
 * but deleting the flash stuff
 *     ```
       <embed width="1000" height="275" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.thesnobmag.com/flash/headerX1.swf" play="true" loop="true" menu="true"'allowscriptaccess','always', 'allowfullscreen','false',
       ```
   
 * then adding a bg image to #headerimg in your css should do the trick
 *  Thread Starter [jeffreytgomez](https://wordpress.org/support/users/jeffreytgomez/)
 * (@jeffreytgomez)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/header-13/#post-1301862)
 * Thanks for the info RVoodoo
 * However, I don’t know how to write code. 🙁
 * I know I have to erase the flash stuff, but what do I put after the headerimg
   tag?
 * Thanks!
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/header-13/#post-1301867)
 * well….make the jpg you want I guess…upload it to the images folder for your theme
 * and add `background: url(images/your_image.jpg) top center no-repeat;`
 * to #headerimg in your style.css file (obviously changing your_image.jpg to match
   your file)
 * the css is already stating that the image will be 1000px wide, so keeping your
   image to 1000px will fit into your theme.
 * It can be any height really, just change the height attribute in #headerimg to
   match the jpg

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

The topic ‘header’ is closed to new replies.

## Tags

 * [flash](https://wordpress.org/support/topic-tag/flash/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [jpeg](https://wordpress.org/support/topic-tag/jpeg/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/header-13/#post-1301867)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
