Bob wrote:
Hello Lostmind....
Yes this is exactly what I wanted......Thank You very much.
Also..... for the overflow auto on smilies, yes I would appreciate the code for the submerged theme.
Thank's again.
Bob
Open posting_body.html
find:
Code:
IF S_SMILIES_ALLOWED
there are two we are using the first one.
find:
Code:
<table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">
Add Before:
Code:
<div style="overflow: auto; width: auto; height: 250px;">
That should take care of it for you.
I hope you enjoy.
<td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a></td>
</tr>
<!-- ENDIF -->
</table>