Jump to content
  • 0

ThugLord92

Question

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>
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

You can't make it scrollable cuz you are looking at a static html view.

What you can do is having up and down arrows and upon clicking they will increment the view index making it look like you are scrolling.

Link to comment
Share on other sites

  • 0

You can't make it scrollable cuz you are looking at a static html view.

What you can do is having up and down arrows and upon clicking they will increment the view index making it look like you are scrolling.

Thank you very much !!! 

+1 Star at github !!! 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...