Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@jeffreytgomez)

    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!

    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.