Hello i'm trying to dislay the inventory of player at the community board , but i have no idea how to make a scrollable and small window just like the inventory of l2.
Here is an image of what i have right now but if a player has 50 items in his inventory it will be a mess!!!
https://postimg.org/image/c5a663ou5/
and here is the html :
<table width=190 height=80 valign=middle bgcolor=171612>
<tr>
<td></td>
<td height=40>
<table width=208 height=45 bgcolor=171516>
%ITEMS%
</table>
</td>
<td></td>
</tr>
</table>