• Resolved Daniel858

    (@daniel858)


    Hi guys πŸ™‚ Is there any way to take an animated header and put it into your own theme? I havent learned any code yet so I was hoping you could tell me which parts i need to take from the theme that has it. I went into header.php and this is the codes that make up the banner:

    <body>
    <div id ="mainwrapper">
    <div class="header">
    <div class="bannerpic">
    <div class="bnrleft">
    < a href="<?php echo get_settings('home'); ?>/" title="click here to return to the first page!">
    
    <div class="bnrright">
    <?php getbaner1();?>
    </div>
    </div>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    do i need to collect all the styles.css parts for every div class? And what about the functions?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Transfer an animated header’ is closed to new replies.