How i can add image in top ? I delete image in left, because i want image under title, but over options (faq, albums).... how i can make it ? in description gallery is unable HTML :/
Edit your theme's template.html
template.php ? i try, but if i something edit, i see if i enter to gallery, that is error in line which i edit...
template.html NOT theme.php
ohhh gosh, WHY ALWAYS MENU AND IMAGE IN MY TEMPLATE IS FLOAT, ALWAYS FLOAT :/ Help me !!!
code:
<body>
<table width="100%" height="100%" border="0" cellpadding="20" cellspacing="20" bgcolor="#CCCCCC">
<tr>
<td valign="top" bordercolor="#666666" bgcolor="#FFFFFF" style="border: 1px solid;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<center><td><a href="index.php"><img src="http://skandynawia.ovh.org/site/gallery/themes/classic/images/topga.JPG" alt="" border="0" /><br /></a></td></center><br><br><br><br>
<td width="100%" align="center">
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3><br />
{MAIN_MENU}
</td>
</tr>
</table>
My gallery : http://skandynawia.ovh.org
You seemed to have fixed it while I was looking at the gallery.
Next time, post a direct link to your gallery, not your site root where we have to dig around for your gallery. I only got the gallery link from the img src in the code you posted.