• Resolved myuzikal_flare

    (@myuzikal_flare)


    Hi everyone,

    I’ve been looking everywhere for tutorials etc on how to get this happening.

    I want to insert my own header into my blog.
    The header was created in photoshop/fireworks and exported as a html document
    Thus it’s not a simple image or textbased header that all the help files refer to.
    I have all the sliced jpgs plus the JScript file, but how do I implement this into my blog?
    I have no idea if it’s to do with header.php, or the css.
    Someone please help!

    My site is: https://www.groovedance.com
    The header I want to insert is: https://www.groovedance.com/img/header/groovedance_header.htm

    Been trying to figure this out for a few days. Help will be much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since your index file and that header file both are complete html files with
    <html>
    <head>
    </head>
    <body>
    ...
    </body>
    </htmnl>

    tags you cannot “insert” them in each other.
    Take out the elements you need from the header.html and put them in the proper place in the header.php of your theme. (You will probably need to alter the CSS file, too.)

    Thread Starter myuzikal_flare

    (@myuzikal_flare)

    resolved! thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header: Html based’ is closed to new replies.