Topic: Title+Description div ?
Is there a reason to remove in the 1.3 the "brdtitle's div" of the 1.2 ? It is not easy to add header image with the new HTML code :
In the 1.3 :
<div id="pun-index" class="pun-page">
<div class="pun">
<div id="pun-title">
<div><strong>Berserk-Crew - Scantrad Fr</strong></div>
</div>
<div id="pun-desc">
<p>Forum de la team Berserk-Crew</p>
</div>
...
In the 1.2 :
<div id="punwrap">
<div id="punindex" class="pun">
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<h1><span>Team Berserk-Crew</span></h1>
<p><span>Forum privé de la team Berserk-Crew</span></p>
</div>
</div>
</div>
...
I want to keep the title and the description, like this :
If someone has a solution...