Cool it worked
The code you gave me worked fine, but when I inserted the banner code it kept giving me errors.
Then I created inline_albumthumb.banner
Then in view_album.php at line 347 inserted
echo("<tr>");
{
echo("<td colspan=$cols align=center>");
includeHtmlWrap("inline_albumthumb.banner");
echo("</td>");
}
echo("</tr>");
but the problem is that it gives me 2 banners both at top of the row.
BTW ..there is no 609th line ( using cute html)
Thanx.
Naveen