• Resolved tekboi

    (@tekboi)


    Hi, I’m currently mod-ding a template to fit my current website. All of the web pages in my have a flash header. So, i’ve designed a flash header for the wordpress template and am Now trying to figure out how to implement it.

    Will I have to do div positioning with this? or is there some kind of shortcut? is this even possible within wordpress?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Without knowing what theme your modding or what it looks like this is all guess-work, but presumably the theme has a header.php and an image of some sort? Why not replace the image with your flash thing?

    Thread Starter tekboi

    (@tekboi)

    the code is acutally in the style.css

    #header {
    	position: relative;
    	height: 245px;
    	background: no-repeat url(images/header.jpg);
    }

    So, I uploaded the .swf file into the images directory located in this template folder and tried to replace the “header.jpg” with “header.swf” and it didn’t work. Now, i’m guessing that there is more code needed to make the flash appear on my blog.

    Hi,

    For that you need to modify header.php file of your wordpress theme and also modify style.css -> header section for height and width for the blog…

    Thanks,

    Shane G.

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

The topic ‘How to replace Header with Flash Header’ is closed to new replies.