coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: skandynawia.ovh.org on February 11, 2006, 05:42:47 PM

Title: How i can add image in top?
Post by: skandynawia.ovh.org on February 11, 2006, 05:42:47 PM
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 :/
Title: Re: How i can add image in top?
Post by: Nibbler on February 11, 2006, 05:45:51 PM
Edit your theme's template.html
Title: Re: How i can add image in top?
Post by: skandynawia.ovh.org on February 11, 2006, 05:59:35 PM
template.php ? i try, but if i something edit, i see if i enter to gallery, that is error in line which i edit...
Title: Re: How i can add image in top?
Post by: Tranz on February 11, 2006, 06:07:10 PM
template.html NOT theme.php
Title: Re: How i can add image in top?
Post by: skandynawia.ovh.org on February 11, 2006, 06:17:09 PM
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
Title: Re: How i can add image in top?
Post by: Tranz on February 11, 2006, 06:40:51 PM
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.