Hi,
I want to change the logo to the top and menu below it, but i can't figure out how to do it. Please help me!
http://www.coduyen.com
Thanks in advance.
Best regards,
Tracy
The menus are the tags {SYS_MENU} and {SUB_MENU} in template.html. Go into themes/yourtheme/template.html and move the logo image above these tags.
thanks for your respond, but where do i copy from where to where
<tr>
<td class="bodyline">
<div align="center">
<center>
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" bordercolor="#111111">
<tr><td align="center"><img src="http://www.coduyen.com/gallery/themes/sample/images/site_logo.png">
</tr>
</td>
<div align="center">
<h1>{GAL_NAME}</h1>
<div align="center">
<h3>{GAL_DESCRIPTION}</h3><br />
{SYS_MENU}<br />{SUB_MENU}
</td>
I did it....Thanks very much! :-*
<div align="center">
<center>
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" bordercolor="#111111">
<tr><td align="center"><img src="http://www.coduyen.com/gallery/themes/sample/images/site_logo.png">
</tr>
</td>
</td>
</tr>
</table>
</center>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top">
<div align="center">
<h1>{GAL_NAME}</h1>
<div align="center">
<h3>{GAL_DESCRIPTION}</h3><br />
{SYS_MENU}<br />{SUB_MENU} <br />
{LANGUAGE_SELECT_FLAGS}
</td>
Very good. You're welcome.
Marking thread as "solved".