Topic: Top banner with 1.2
With PunBB 1.1.5, I used a trick to show a top banner with flexible size, like that :
CSS :
.topbkg{background-image: url(BANNER.jpg);
background-repeat: repeat;}
MAIN.TPL :
<td><a href="index.php"><img src="TRANSPARENT.gif" border="0" alt="PunBB" title="PunBB" width="760" height="150"></a></td>
<td width="100%"> </td>
The GIF was really transparent.
I want to restore a similar design with PunBB 1.2, but I don't find the same tag "topbkg" with the new CSS style sheet.
The goal is to keep one different banner for each CSS style.
Are there any solutions for this ? Or a alternative way to the same result...