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
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
Hiya David, that solved that little problem then - thank you very much for your help -I appreciate it! cheers Stu