I canged the .HTML file in this way to change the logo to the one of my website.
<a href="index.php"><img src="http://mysite/images/logo.jpg" border="0" alt="" /></a><br />
</td>
<td width="100%" align="center">
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3><br />
{SYS_MENU} <br /> {SUB_MENU}
However the logo is to large and I need the links underneath it and they are standing on the right side of it now. How can I change this?
resize the logo then, or change the HTML markup of your template.html file. Post actualy URLs instead of dummy placeholders.
I got it so I'm posting this if some one else wants to know:
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td align="center"><img src="URL of your logo">
</tr>