header Customization - or not as the case may be!!

Discussion in 'Templates customization' started by estuartie, Sep 22, 2008.

  1. estuartie

    estuartie New Member

    Joined:
    Sep 20, 2008
    Messages:
    20
    Hi -new to this and am trying to alter the template to the header as I want to keep it simple - I've copied the header file and then pasted into it the image I want at the top and the background colour. If I save the file it comes up OK but the code for the amember is displayed. Ive uploaded the file but nothing is changing on the signup forms etc. This is the code............

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <tr>
    <td colspan="3" class="XSP_HEADER_PANEL"><img border=0 src="http://www.how2makemoneyon-line.com/images/compareimage.jpg" alt="header"></td>
    </tr> <title>{$title}</title>
    <table class="XSP_OUTLINE" align="center" cellpadding="0" cellspacing="0" border="0">

    <link rel="stylesheet" type="text/css" href="{$config.root_surl}/templates/css/reset.css" /> <link rel="stylesheet" type="text/css" href="{$config.root_surl}/templates/css/amember.css" /> <link rel="stylesheet" type="text/css" href="{$config.root_surl}/templates/css/site.css" /></head>
    <body bgcolor=#3CBFFF>
    <body>{if $config.lang.display_choice}{* Display Language choice if this option enabled *}<div style='width: 100%; text-align: right;'>{php}echo display_lang_choice();{/php}</div>{/if}<br /><br /><div class="centered"><h1>{$title}</h1><hr /><br />

    Am I missing something??
    cheers
    Stu
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Did you clear your cache on your browser and reload? Also, try changing the amember template_c directory to template_cx so it doesn't get cached.


    David
  3. estuartie

    estuartie New Member

    Joined:
    Sep 20, 2008
    Messages:
    20
    Hiya David, that solved that little problem then - thank you very much for your help -I appreciate it!
    cheers
    Stu

Share This Page