Jump to content

Recommended Posts

Posted

can you please fix this, so weapons stays left, armors right and rest of it right?

 

 

<table width=204>
    <tr>
        <td align=left>
            <button value="Weapon D" action="bypass -h npc_%objectId%_multisell 90023" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
         </tr>
    <tr>
        <td align=left>
            <button value="Weapon C" action="bypass -h npc_%objectId%_Multisell 90051" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
         </tr>
    <tr>
        <td align=left>
            <button value="Weapon B" action="bypass -h npc_%objectId%_Multisell 90050" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
         </tr>
    <tr>
        <td align=left>
            <button value="Weapon A" action="bypass -h npc_%objectId%_multisell 90021" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
         </tr>
    <tr>
        <td align=left>
            <button value="Weapon S" action="bypass -h npc_%objectId%_Multisell 90012" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor D" action="bypass -h npc_%objectId%_multisell 90023" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor C" action="bypass -h npc_%objectId%_Multisell 90051" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor B" action="bypass -h npc_%objectId%_Multisell 90050" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor A" action="bypass -h npc_%objectId%_multisell 90021" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor S" action="bypass -h npc_%objectId%_Multisell 90012" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
       <tr>
        <td align=right>
            <button value="Consumables" action="bypass -h npc_%objectId%_multisell 90023" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=right>
            <button value="QuestItems" action="bypass -h npc_%objectId%_Multisell 90051" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=right>
            <button value="Jewells" action="bypass -h npc_%objectId%_Multisell 90050" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=right>
            <button value="Dyes" action="bypass -h npc_%objectId%_multisell 90021" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=right>
            <button value="Pets" action="bypass -h npc_%objectId%_Multisell 90012" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
</table>

dwa.jpg

never mind same multisells, just trying to fix the table first

Posted

<table>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
</table>

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock