hi peepz!
In the images viewer (by example http://www.hanzo.spiralpages.com/audiocovers/displayimage.php?album=4&pos=1 ), is it possible to add some text: this picture is compressed and resized, please click the picture to have full quality ?
How can I do that?
Thx!
hans
Open your theme.php, and find;
<td align="center">
{IMAGE}
{ADMIN_MENU}
</td>
And change it to;
<td align="center">
{IMAGE}
<br /> Your text here <br />
{ADMIN_MENU}
</td>
thx m8!
and there's "powered by copper..."
Can I put a text under(or above) it with a link to my host (I get free hosting and i wanna do something for host :) )
In the template.html file, after {GALLERY} you can add your custom footer text. That's the easiest way.
thx ;D