This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
gangsterofhouse
this is my problem i edited my gm shop html to make more buttons for items but the problem is the different from 1 button to next gets more and more please help me here is a screen
html code:
<html><title>Jewels</title>
<body>
<br>
<img src="L2UI_CH3.onscrmsg_pattern01_1" width=300 height=32 align=left>
<center>
<table width=230>
<tr>
<td align=right><img src="icon.accessory_necklace_of_valakas_i00" width=32 height=32></td>
<td align=center><button value="Raid Jewels" action="bypass -h npc_%objectId%_multisell 10009" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_earring_of_antaras_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.vesper_necklace_i00" width=32 height=32></td>
<td align=center><button value="S-84" action="bypass -h npc_%objectId%_multisell 10010" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.vesper_ring_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessary_dynasty_ring_i00" width=32 height=32></td>
<td align=center><button value="S-80" action="bypass -h npc_%objectId%_multisell 10011" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessary_dynasty_earing_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_tateossian_necklace_i00" width=32 height=32></td>
<td align=center><button value="S-Grade" action="bypass -h npc_%objectId%_multisell 10012" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_tateossian_ring_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_majestic_necklace_i00" width=32 height=32></td>
<td align=center><button value="A-Grade" action="bypass -h npc_%objectId%_multisell 10060" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_phoenix_ring_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_ring_of_black_ore_i00" width=32 height=32></td>
<td align=center><button value="B-Grade" action="bypass -h npc_%objectId%_multisell 10061" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_paradia_ring_i00" width=32 height=32></td><tr>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_ring_of_ages_i00" width=32 height=32></td>
<td align=center><button value="C-Grade" action="bypass -h npc_%objectId%_multisell 10062" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_moonstone_earring_i00" width=32 height=32></td><tr><tr>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_elven_ring_i00" width=32 height=32></td>
<td align=center><button value="D-Grade" action="bypass -h npc_%objectId%_multisell 10063" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_necklace_of_devotion_i00" width=32 height=32></td><tr><tr>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_ring_of_knowledge_i00" width=32 height=32></td>
<td align=center><button value="No-Grade" action="bypass -h npc_%objectId%_multisell 10064" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_earring_of_wisdom_i00" width=32 height=32></td><tr><tr>
</tr>
<tr><td><br></td></tr>
</tr>
</table>
</center>
<br>
<tr>
<center>
<td align=center><button value="Sell" action="bypass -h npc_%objectId%_Sell" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
</center>
<td><font> </font></td>
</tr>
<img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left>
</body>
</html>
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now