Icon for Album Name on Thumpages appears twice Icon for Album Name on Thumpages appears twice
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Icon for Album Name on Thumpages appears twice

Started by RST, February 08, 2005, 10:48:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RST

Hi,

any idea how I could fix that? ??? ??? ??? I only want one icon for the album name on the thumbnail page

the CSS bit is:

h2 {

        font-family: Tahoma, Verdana, Helvetica, sans-serif;
   background-image: url(images/star.gif);
   background-repeat : no-repeat;
        background-position : left;
        .
        .
        .

Thanks!

Hein Traag

You could try editing the part in theme.php

Find
<!-- BEGIN album_cell -->
        <td width="{COL_WIDTH}%" height="100%" valign="top">
        <table width="100%" height="100%" cellspacing="0" cellpadding="0">
        <tr>
                <td colspan="3" height="1" valign="top" class="tableh2">
                        <a href="{ALB_LINK_TGT}" class="alblink"><b>{ALBUM_TITLE}</b></a>
                </td>
        </tr>


And add a image in front of {ALBUM_TITLE}