How i can add image in top? How i can add image in top?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How i can add image in top?

Started by skandynawia.ovh.org, February 11, 2006, 05:42:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

skandynawia.ovh.org

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 :/

Nibbler


skandynawia.ovh.org

template.php ? i try, but if i something edit, i see if i enter to gallery, that is error in line which i edit...

Tranz


skandynawia.ovh.org

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

Tranz

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.